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!)
A288246 Numbers k such that 8*k^3 + 81 is prime. 1
1, 4, 8, 10, 11, 13, 20, 26, 29, 34, 35, 43, 46, 50, 53, 56, 68, 70, 71, 85, 86, 94, 95, 98, 125, 130, 131, 139, 149, 154, 160, 161, 163, 169, 170, 178, 184, 194, 196, 199, 208, 215, 229, 239, 259, 266, 269, 271, 280, 283, 286, 290, 298, 305, 313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1) = 1 because 8*1 + 81 = 89 is prime.
a(2) = 4 because 8*4^3 + 81 = 593 is prime.
MATHEMATICA
Select[Range[500], PrimeQ[8 #^3 + 81] &]
PROG
(Magma) [n: n in [0..500] |IsPrime(8*n^3+81)];
CROSSREFS
Cf. A155722: Numbers k such that 2*k + 9 is prime.
Cf. A002971: Numbers k such that 4*k^2 + 25 is prime.
Sequence in context: A310969 A153762 A310970 * A310971 A310972 A246357
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 07 2017
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 07:35 EDT 2024. Contains 371922 sequences. (Running on oeis4.)