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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138755 Primes p2 such that p1^3+p2^2=pp are average of twin primes. p1 and p2 consecutive primes, p1 < p2. 1
29, 2081, 2357, 3373, 3727, 4013, 4093, 5233, 6007, 7829, 15559, 15797, 16319 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a={}; Do[p1=Prime[n]; p2=Prime[n+1]; pp=p1^3+p2^2; If[PrimeQ[pp-1]&&PrimeQ[pp+1], AppendTo[a, p2]], {n, 16^3}]; Print[a];

CROSSREFS

Sequence in context: A190826 A045688 A084223 * A171720 A091751 A055559

Adjacent sequences:  A138752 A138753 A138754 * A138756 A138757 A138758

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 15 2008

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 15 10:28 EST 2012. Contains 205763 sequences.