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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090886 Primes in the products of consecutive prime-index-primes + 2 or A080696(n)+ 2. 0
5, 17, 167, 14093057717, 16192486429745837, 114681479899746991802547357477494807, 12994174855450524638613469509299054674461271855442034674644855689971858721497 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

These numbers always end in 7.

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: A177509 A160611 A119769 * A097490 A164740 A053678

Adjacent sequences:  A090883 A090884 A090885 * A090887 A090888 A090889

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 12 2004

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 17 00:09 EST 2012. Contains 205978 sequences.