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.

Showing 1-1 of 1 results.

A054057 Numbers of form 41+n^2+n or 41+2*n^2.

Original entry on oeis.org

41, 43, 47, 49, 53, 59, 61, 71, 73, 83, 91, 97, 113, 131, 139, 151, 169, 173, 197, 203, 223, 241, 251, 281, 283, 313, 329, 347, 379, 383, 421, 433, 461, 491, 503, 547, 553, 593, 619, 641, 689, 691, 743, 763, 797, 841, 853, 911, 923, 971, 1009, 1033, 1097
Offset: 1

Views

Author

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

Keywords

Examples

			41 + 18 =59 and 41 + 20 =61
		

Crossrefs

Programs

  • Mathematica
    With[{nn=60},Take[Flatten[Table[{41+n^2+n , 41+2n^2},{n,0,nn}]]//Union,nn]] (* Harvey P. Dale, Aug 03 2017 *)

Extensions

More terms from James Sellers, Apr 30 2000
Showing 1-1 of 1 results.