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.

A092185 a(n) = (5/6)*n^3+(5/2)*n^2+(8/3)*n.

Original entry on oeis.org

0, 6, 22, 53, 104, 180, 286, 427, 608, 834, 1110, 1441, 1832, 2288, 2814, 3415, 4096, 4862, 5718, 6669, 7720, 8876, 10142, 11523, 13024, 14650, 16406, 18297, 20328, 22504, 24830, 27311, 29952, 32758, 35734, 38885, 42216, 45732, 49438, 53339, 57440, 61746, 66262
Offset: 0

Views

Author

N. J. A. Sloane, Apr 02 2004

Keywords

Crossrefs

Partial sums of A005891.

Programs

Formula

a(n)= +4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). G.f.: x*(6-2*x+x^2)/(x-1)^4. - R. J. Mathar, Jun 21 2010