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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048636 Primes of the form prime^3 + 2. 2
29, 127, 24391, 357913, 571789, 1442899, 5177719, 18191449, 30080233, 73560061, 80062993, 118370773, 127263529, 131872231, 318611989, 344472103, 440711083, 461889919, 590589721, 756058033, 865523179, 1095912793, 1298596573 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(2) = 127 = 5^3 + 2 and 5 is prime.

MATHEMATICA

lst={}; Do[s=Prime[n]^3; If[PrimeQ[p=s+2], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 26 2008]

CROSSREFS

Cf. A048637.

Sequence in context: A142438 A118097 A188764 * A044361 A044742 A142494

Adjacent sequences:  A048633 A048634 A048635 * A048637 A048638 A048639

KEYWORD

easy,nonn

AUTHOR

Enoch Haga (Enokh(AT)comcast.net)

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 14:47 EST 2012. Contains 205623 sequences.