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!)
A122114 Primes of the form 2n^2 + 26n + 1. 0
29, 61, 97, 137, 181, 229, 281, 337, 397, 461, 601, 677, 757, 929, 1021, 1117, 1217, 1321, 1429, 1657, 1777, 1901, 2029, 2161, 2297, 2437, 2729, 3037, 3361, 3529, 3701, 3877, 4057, 4241, 4621, 4817, 5641, 5857, 6301, 6529, 6761, 6997, 7237, 7481, 8237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[2n^2+26n+1, {n, 0, 200}], PrimeQ] (* Harvey P. Dale, Mar 09 2011 *)
PROG
(PARI) for(n=1, 100, num=2*n^2+26*n+1; if(isprime(num), print1(num, ", "))) (Jamke)
CROSSREFS
Sequence in context: A286005 A132770 A141111 * A173032 A142047 A335329
KEYWORD
nonn
AUTHOR
Tomas Xordan, Oct 19 2006
EXTENSIONS
Additional comments from Philippe Deléham, R. J. Mathar, and Herman Jamke (hermanjamke(AT)fastmail.fm).
Edited by N. J. A. Sloane, Oct 26 2006
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)