Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155933
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155933 Primes such that : a(n)=n^2+(n+1)^3 are primes. +0
2
31, 73, 241, 379, 2341, 3571, 6121, 9661, 20359, 47881, 51949, 60763, 65521, 119953, 135151, 291721, 305119, 378289, 394201, 427351, 537841, 689041, 736921, 761671, 921889, 1202041, 1271161, 1306693, 1494313, 1533871, 1742161, 1785961, 1875751 (list; graph; listen)
OFFSET

1,1

COMMENT

2^2+3^3=31, ...

For n^2+(n+1)^3 to be a prime, n can not be 1 modulo 3 whereas all a(n) are definitely 1 modulo 3. [From Avik Roy (avik_3.1416(AT)yahoo.co.in), Feb 13 2009]

MATHEMATICA

lst={}; Do[p=(n+2)^2+(n+3)^3; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 2*5!}]; lst...and/or...lst={}; Do[p=n^2+(n+1)^3; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 2*5!}]; lst

CROSSREFS

Sequence in context: A083988 A070954 A141892 this_sequence A163428 A130468 A068917

Adjacent sequences: A155930 A155931 A155932 this_sequence A155934 A155935 A155936

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 30 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 4 23:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research