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.

A168039 Squares closest to 3*n.

Original entry on oeis.org

0, 4, 4, 9, 9, 16, 16, 25, 25, 25, 25, 36, 36, 36, 36, 49, 49, 49, 49, 64, 64, 64, 64, 64, 64, 81, 81, 81, 81, 81, 81, 100, 100, 100, 100, 100, 100, 121, 121, 121, 121, 121, 121, 121, 121, 144, 144, 144, 144, 144, 144, 144, 144, 169, 169, 169, 169, 169, 169, 169, 169
Offset: 0

Views

Author

Zak Seidov, Nov 17 2009

Keywords

Crossrefs

Cf. A168038.

Programs

  • Mathematica
    Round[Sqrt[3*Range[0,120]]]^2
Showing 1-1 of 1 results.