cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A154405 Primes of the form 20n^2+8n+1.

Original entry on oeis.org

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
Offset: 1

Views

Author

Vincenzo Librandi, Jan 09 2009

Keywords

Examples

			For n=1, a(1)=29; n=2, a(2)=97
		

Crossrefs

Programs

  • Magma
    [a: n in [0..200] | IsPrime(a) where a is 20*n^2+8*n+1];
  • Mathematica
    Select[Table[20n^2+8n+1,{n,0,600}],PrimeQ]

Extensions

12701 removed, 32321 inserted, 18609 replaced by 148609 - R. J. Mathar, Feb 19 2009
Misleading formula removed - R. J. Mathar, Oct 18 2010