The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A180276 Primes of the form n^3 + 3*n - 1. 0
3, 13, 139, 233, 8059, 9323, 19763, 42979, 103963, 125149, 175783, 185363, 216179, 373463, 422099, 456763, 636313, 729269, 778963, 885023, 1061513, 1331329, 1367963, 1561243, 2000753, 2744419, 3724339, 4657963, 6435413, 6968443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of primes in the sequence defined as b(n) = n^3 + 3*n - 1 = 3, 13, 35, 75, 139, 233, 363, 535, ... = A079908(n) - 1.
LINKS
PROG
(PARI) a(n)=n^3+3*n-1;
for(i=0, 10^3, if(isprime(a(i)), print1(a(i), ", ")))
(Magma) [ a: n in [0..250] | IsPrime(a) where a is (n^3+3*n-1)] // Vincenzo Librandi, Jan 30 2011
CROSSREFS
Sequence in context: A208590 A228648 A161677 * A054933 A130589 A041591
KEYWORD
nonn
AUTHOR
Graziano Aglietti (mg5055(AT)mclink.it), Aug 23 2010
EXTENSIONS
Offset set to 1 by R. J. Mathar, Aug 25 2010
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 May 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)