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!)
A215440 Numbers k such that 3^k + k^3 - 1 is prime. 1
1, 3, 5, 9, 65, 71, 225, 269, 651, 843, 1971, 4851, 13667, 13961, 33309, 168111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(17) > 2*10^5. - Robert Price, Apr 15 2014
LINKS
MATHEMATICA
Select[Range[0, 3000], PrimeQ[3^# + #^3 - 1] &]
PROG
(Magma) [n: n in [0..800] | IsPrime(3^n + n^3 - 1)]
(PARI) is(n)=ispseudoprime(3^n+n^3-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A215435.
Sequence in context: A055289 A124974 A336144 * A163550 A123220 A098339
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 03 2012
EXTENSIONS
a(12)-a(16) from Robert Price, Apr 15 2014
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)