login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A201263
Primes of the form 9n^3+1.
1
73, 577, 9001, 24697, 52489, 197569, 353737, 576001, 995329, 1125001, 1756009, 2144953, 2829889, 4270969, 5334337, 6561001, 8470729, 10123777, 11337409, 12644353, 15552001, 16342633, 17159617, 20699713, 23652649, 25769593, 30375001
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[9n^3+1, {n, 0, 7000}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 9*n^3+1]
CROSSREFS
Sequence in context: A038485 A077722 A235465 * A210390 A210383 A142675
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 29 2011
STATUS
approved