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.

A166265 Numbers of the form 1+x^2+y^2, x, y integers >= 1.

Original entry on oeis.org

3, 6, 9, 11, 14, 18, 19, 21, 26, 27, 30, 33, 35, 38, 41, 42, 46, 51, 53, 54, 59, 62, 66, 69, 73, 74, 75, 81, 83, 86, 90, 91, 98, 99, 101, 102, 105, 107, 110, 114, 117, 118, 123, 126, 129, 131, 137, 138, 146, 147, 149, 150, 154, 158, 161, 163, 165, 170, 171, 174, 179, 181, 182
Offset: 1

Views

Author

N. J. A. Sloane, Mar 05 2010

Keywords

Crossrefs

Programs

  • Mathematica
    With[{nn=40},Take[Union[Total/@Tuples[Range[nn]^2,2]+1],2*nn]] (* Harvey P. Dale, Mar 12 2015 *)