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!)
A094210 Numbers k such that k^2 + 3k + 1 is a prime. 6
1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 14, 15, 18, 19, 20, 23, 25, 27, 29, 30, 34, 37, 38, 40, 43, 44, 45, 47, 49, 52, 53, 54, 55, 58, 59, 63, 64, 65, 67, 69, 75, 82, 84, 85, 88, 92, 93, 95, 99, 100, 102, 113, 114, 119, 124, 125, 129, 130, 133, 137, 139, 140, 143, 144, 147, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A002328(n)-2. - R. J. Mathar, Aug 08 2012
MATHEMATICA
Select[ Range[150], PrimeQ[ #^2 + 3# + 1] &] (* Robert G. Wilson v, May 29 2004 *)
PROG
(Magma) [n: n in [0..200] | IsPrime(n^2 + 3*n + 1)]; // Vincenzo Librandi, Nov 11 2014
CROSSREFS
Sequence in context: A071163 A006644 A024898 * A165256 A175020 A050728
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, May 27 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, May 29 2004
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 19 11:30 EDT 2024. Contains 371791 sequences. (Running on oeis4.)