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!)
A154412 Primes of the form 10n^2+14n+5, n >= 0. 1
5, 29, 73, 137, 449, 593, 757, 941, 1613, 1877, 2161, 2789, 3881, 5153, 6101, 7129, 7673, 8237, 8821, 12041, 13469, 15761, 17389, 18233, 26729, 27773, 28837, 29921, 34457, 38069, 39313, 40577, 45833, 60373, 63521, 66749, 71741, 75169, 76913 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[10n^2+14n+5, {n, 0, 200}], PrimeQ] (* Vincenzo Librandi, Jul 23 2012 *)
PROG
(Magma) [a: n in [0..100] | IsPrime(a) where a is 10*n^2+14*n+5]; // Vincenzo Librandi, Jul 23 2012
(PARI) {for(n=0, 100, if(isprime(k=10*n^2+14*n+5), print1(k, ", ")))}; // Vincenzo Librandi, Jul 23 2012
CROSSREFS
Sequence in context: A100559 A224498 A087348 * A339935 A236075 A272650
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 09 2009
EXTENSIONS
Corrected by Don Reble, Jun 16 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 April 24 12:22 EDT 2024. Contains 371937 sequences. (Running on oeis4.)