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!)
A215441 Numbers k such that 3^k + k^3 + 1 is prime. 4
0, 1, 7, 39, 97, 115, 199, 1287, 1411, 2713, 4647, 84985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(13) > 2*10^5. - Robert Price, Mar 06 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[3^# + #^3 + 1] & ]
PROG
(Magma) [n: n in [0..800] | IsPrime(3^n+n^3+1)];
(PARI) is(n)=isprime(3^n+n^3+1) \\ Charles R Greathouse IV, Mar 06 2014
CROSSREFS
Cf. A215436.
Sequence in context: A158576 A304012 A329528 * A027482 A352310 A196782
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 03 2012
EXTENSIONS
a(12) from Robert Price, Mar 06 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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)