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.

A056838 a(n) = floor(n^2/9).

Original entry on oeis.org

0, 0, 0, 1, 1, 2, 4, 5, 7, 9, 11, 13, 16, 18, 21, 25, 28, 32, 36, 40, 44, 49, 53, 58, 64, 69, 75, 81, 87, 93, 100, 106, 113, 121, 128, 136, 144, 152, 160, 169, 177, 186, 196, 205, 215, 225, 235, 245, 256, 266, 277, 289, 300, 312, 324, 336, 348
Offset: 0

Views

Author

N. J. A. Sloane, Sep 02 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Floor[Range[0, 100]^2/9] (* Paolo Xausa, Aug 21 2024 *)

Formula

G.f.: x^3*(1+x)*(x^2-x+1)^2/((1-x)^3*(1+x+x^2)(x^6+x^3+1)). [R. J. Mathar, Jan 05 2009]