login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100301 Primes resulting from A085013. 1
5, 17, 107, 1367, 31397, 910457, 33686837, 1448533907, 88360568207, 6450321478967, 574078611627887, 78648769793020247, 11875964238746056997, 1983286027870591518167, 394673919546247712114837 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

NextPrim[n_] := Block[{k = n + 1}, While[ ! PrimeQ[k], k++ ]; k]; a[0] = 1; a[n_] := a[n] = Block[{p = NextPrim[ a[n - 1]], q = Product[a[i], {i, 0, n - 1}]}, While[ !PrimeQ[p*q + 2], p = NextPrim[p]]; p]; Table[ Product[ a[i], {i, n}] + 2, {n, 16}] (from Robert G. Wilson v Jan 12 2005)

CROSSREFS

Cf. A100276. Different from A098028.

Sequence in context: A158007 A143562 A098028 * A096178 A084167 A062586

Adjacent sequences:  A100298 A100299 A100300 * A100302 A100303 A100304

KEYWORD

nonn

AUTHOR

Herman H. Rosenfeld (herm3(AT)pacbell.net), Dec 29 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 12 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 17:06 EST 2012. Contains 205644 sequences.