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!)
A154405 Primes of the form 20n^2+8n+1. 1
29, 97, 353, 541, 769, 1693, 2081, 4621, 8161, 9857, 13729, 14797, 17053, 19469, 24781, 26209, 32321, 35617, 42689, 48413, 54497, 65437, 72481, 77377, 85021, 87649, 95773, 98561, 125453, 141793, 148609, 152077, 166349, 177473, 185089 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For n=1, a(1)=29; n=2, a(2)=97
MATHEMATICA
Select[Table[20n^2+8n+1, {n, 0, 600}], PrimeQ]
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is 20*n^2+8*n+1];
CROSSREFS
Sequence in context: A044216 A044597 A138625 * A092373 A240954 A087641
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 09 2009
EXTENSIONS
12701 removed, 32321 inserted, 18609 replaced by 148609 - R. J. Mathar, Feb 19 2009
Misleading formula removed - R. J. Mathar, Oct 18 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 June 6 07:14 EDT 2024. Contains 373115 sequences. (Running on oeis4.)