Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075591
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075591 Smallest square-free number with n prime divisors which is the average of a twin prime pair. +0
1
6, 30, 462, 2310, 43890, 1138830, 17160990, 300690390, 15651726090, 239378649510, 12234189897930, 568815710072610, 19835154277048110, 693386350578511590, 37508276737897976010, 3338236629672919864890 (list; graph; listen)
OFFSET

2,1

EXAMPLE

a(4) = 462 because 462 = 2*3*7*11 and the twin primes are 461 and 463.

MATHEMATICA

Generate[pIndex_, i_] := Module[{p2, t}, p2=pIndex; While[p2[[i]]++; Do[p2[[j]]=p2[[i]]+j-i, {j, i+1, Length[p2]}]; t=Times@@Prime[p2]; t<fact*base, AppendTo[s, t]; If[i<Length[p2], Generate[p2, i+1]]]]; fact=3; Table[pin=Range[n]; base=Times@@Prime[pin]; s={base}; Do[Generate[pin, j], {j, n}]; s=Sort[s]; noPrime=True; i=0; While[noPrime&&i<Length[s], i++; noPrime=!(PrimeQ[ -1+s[[i]]] && PrimeQ[1+s[[i]]])]; If[noPrime, -1, s[[i]]], {n, 2, 20}] (T. D. Noe)

CROSSREFS

Cf. A075590.

Cf. A073918 (least prime p such that p-1 has exactly n distinct prime factors), A098026 (least prime p such that p+1 has exactly n distinct prime factors).

Sequence in context: A110374 A111876 A119634 this_sequence A130075 A066388 A088256

Adjacent sequences: A075588 A075589 A075590 this_sequence A075592 A075593 A075594

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 26 2002

EXTENSIONS

More terms from T. D. Noe (noe(AT)sspectra.com), Dec 13 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research