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.

A138202 a(n) = A005875(n)^2.

Original entry on oeis.org

1, 36, 144, 64, 36, 576, 576, 0, 144, 900, 576, 576, 64, 576, 2304, 0, 36, 2304, 1296, 576, 576, 2304, 576, 0, 576, 900, 5184, 1024, 0, 5184, 2304, 0, 144, 2304, 2304, 2304, 900, 576, 5184, 0, 576, 9216, 2304, 576, 576, 5184, 2304, 0, 64, 2916, 7056, 2304, 576, 5184
Offset: 0

Views

Author

N. J. A. Sloane, Mar 04 2010

Keywords

Programs

  • Mathematica
    SquaresR[3,#]^2 &/@Range[0,53] (* Ant King, Mar 27 2013 *)