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.

A054056 Numbers of form 29+n^2+n or 29+2*n^2.

Original entry on oeis.org

29, 31, 35, 37, 41, 47, 49, 59, 61, 71, 79, 85, 101, 119, 127, 139, 157, 161, 185, 191, 211, 229, 239, 269, 271, 301, 317, 335, 367, 371, 409, 421, 449, 479, 491, 535, 541, 581, 607, 629, 677, 679, 731, 751, 785, 829, 841, 899, 911, 959, 997, 1021, 1085
Offset: 1

Views

Author

Stuart M. Ellerstein (ellerstein(AT)aol.com), Apr 28 2000

Keywords

Examples

			29 + 30 = 59 and 29 + 32 = 61
		

Crossrefs

Cf. A052293 etc.

Programs

  • Mathematica
    With[{nn=60},Take[Union[Flatten[Table[{n^2+n+29,2n^2+29},{n,0,nn}]]], nn]] (* Harvey P. Dale, May 28 2014 *)

Extensions

More terms from James Sellers, Apr 30 2000