login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090886 Primes in the products of consecutive prime-indexed primes + 2 or A080696(n) + 2. 0
5, 17, 167, 14093057717, 16192486429745837, 114681479899746991802547357477494807, 12994174855450524638613469509299054674461271855442034674644855689971858721497 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers, except for the first one, always end in 7.
The next term (a(8)) has 129 digits. - Harvey P. Dale, Apr 05 2019
LINKS
MATHEMATICA
Select[FoldList[Times, Table[Prime[n], {n, Prime[Range[40]]}]]+2, PrimeQ] (* Harvey P. Dale, Apr 05 2019 *)
PROG
(PARI) piptorial2(n) = { y=1; for(x=1, n, v=prime(prime(x)); y*=v; if(isprime(y+2), print1(y+2", ")) ) }
CROSSREFS
Sequence in context: A286307 A119769 A182066 * A097490 A355277 A309178
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 12 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)