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.

A100169 Structured pentagonal hexacontahedral numbers (vertex structure 16).

Original entry on oeis.org

1, 92, 438, 1204, 2555, 4656, 7672, 11768, 17109, 23860, 32186, 42252, 54223, 68264, 84540, 103216, 124457, 148428, 175294, 205220, 238371, 274912, 315008, 358824, 406525, 458276, 514242, 574588, 639479, 709080, 783556, 863072
Offset: 1

Views

Author

James A. Record (james.record(AT)gmail.com), Nov 07 2004

Keywords

Crossrefs

Cf. A100170 = alternate vertex; A100145 for more on structured numbers.

Programs

Formula

a(n) = (1/6)*(165*n^3 - 225*n^2 + 66*n).
G.f.: x*(1 + 88*x + 76*x^2)/(1-x)^4. - Colin Barker, Feb 14 2012
a(n) = (55*n^3 - 75*n^2 + 22*n)/2. - Wesley Ivan Hurt, Nov 26 2013