[go: up one dir, main page]

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”).

A201112
Primes of the form 3n^3+1.
1
193, 3001, 8233, 12289, 17497, 24001, 81001, 139969, 164617, 331777, 472393, 585337, 786433, 1029001, 1215673, 1908169, 2654209, 3573049, 5184001, 8232001, 10125001, 10956793, 13722889, 14739001, 15804073, 16355329, 17496001, 24000001
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[3n^3+1, {n, 0, 5000}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 3*n^3+1]
CROSSREFS
Sequence in context: A125647 A166540 A178265 * A250156 A197112 A120851
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 27 2011
STATUS
approved