login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A241808
Numbers k such that (2*k)^3 - 3 is prime.
2
1, 2, 4, 5, 7, 8, 13, 17, 19, 20, 37, 40, 53, 55, 58, 62, 68, 79, 89, 92, 95, 103, 112, 115, 119, 128, 137, 140, 158, 160, 169, 170, 193, 205, 214, 223, 229, 232, 235, 242, 248, 265, 272, 275, 278, 295, 313, 317, 322, 323, 337, 355, 359, 364
OFFSET
1,2
LINKS
FORMULA
a(n) = A153974(n)/2. - R. J. Mathar, May 14 2014
MATHEMATICA
Select[Range[400], PrimeQ[(2*#)^3 - 3] &] (* Amiram Eldar, Aug 29 2020 *)
PROG
(Magma) [n: n in [1..500] | IsPrime((2*n)^3 - 3)]; // Juri-Stepan Gerasimov, May 12 2014
(PARI) is(n)=isprime((2*n)^3-3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A232832 A272195 A082672 * A247865 A271505 A343915
KEYWORD
nonn,easy
AUTHOR
Gerasimov Sergey, Apr 29 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 23:02 EDT 2024. Contains 376185 sequences. (Running on oeis4.)