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.

A052293 Numbers of the form 11 + x^2 + x or 11 + 2*x^2.

Original entry on oeis.org

11, 13, 17, 19, 23, 29, 31, 41, 43, 53, 61, 67, 83, 101, 109, 121, 139, 143, 167, 173, 193, 211, 221, 251, 253, 283, 299, 317, 349, 353, 391, 403, 431, 461, 473, 517, 523, 563, 589, 611, 659, 661, 713, 733, 767, 811, 823, 881, 893, 941, 979, 1003, 1067
Offset: 1

Views

Author

Stuart M. Ellerstein (ellerstein(AT)aol.com), Feb 08 2000

Keywords

Programs

  • Mathematica
    Union[Flatten[Table[{11+x^2+x,11+2x^2},{x,0,40}]]] (* Harvey P. Dale, May 06 2013 *)

Extensions

Corrected and extended by James Sellers, Feb 10 2000