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.

A056864 Nearest integer to n^2/10.

Original entry on oeis.org

0, 0, 0, 1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 17, 20, 23, 26, 29, 32, 36, 40, 44, 48, 53, 58, 63, 68, 73, 78, 84, 90, 96, 102, 109, 116, 123, 130, 137, 144, 152, 160, 168, 176, 185, 194, 203, 212, 221, 230, 240, 250, 260, 270, 281, 292, 303, 314, 325
Offset: 0

Views

Author

N. J. A. Sloane, Sep 02 2000

Keywords

Crossrefs

Cf. A056865.

Programs

Formula

G.f.: -x^3*(1+x^2)*(x^4-x^2+1) / ( (1+x) *(x^4-x^3+x^2-x+1) *(x^4+x^3+x^2+x+1) *(x-1)^3 ). - R. J. Mathar, Mar 08 2016