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!)
A201262 Primes of the form n^3 + 9. 1
17, 73, 521, 1009, 2753, 8009, 10657, 21961, 39313, 54881, 85193, 140617, 195121, 262153, 314441, 512009, 681481, 778697, 941201, 1404937, 3241801, 3511817, 4410953, 4913009, 6028577, 6229513, 6644681, 6859009, 8000009, 8998921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Old name was "Primes of the form 8n^3 + 9".
LINKS
EXAMPLE
Since 17 is prime and equal to 2^3 + 9, it is in the sequence.
Since 73 is prime and equal to 4^3 + 9, it is in the sequence.
225 is not in the sequence, because, although it is 6^3 + 9, it is divisible by 5.
MATHEMATICA
Select[Table[n^3 + 9, {n, 0, 248, 2}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 8*n^3+9]
CROSSREFS
Cf. A016743.
Sequence in context: A002224 A096637 A201610 * A146658 A145440 A112013
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 29 2011
EXTENSIONS
Name simplified by Alex Ratushnyak, Apr 06 2013
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 24 10:53 EDT 2024. Contains 371936 sequences. (Running on oeis4.)