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.

A014799 Squares of odd pentagonal pyramidal numbers.

Original entry on oeis.org

1, 5625, 164025, 1399489, 6765201, 23532201, 66015625, 159138225, 342731169, 676572121, 1246160601, 2169230625, 3603000625, 5752160649, 8877596841, 13305853201, 19439330625, 27767223225, 38877191929, 53467775361
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Colin Barker, Apr 17 2012: (Start)
a(n) = (1 + 2*n)^2*(1 + 4*n)^4.
G.f.: (1 + 5618*x + 124671*x^2 + 369404*x^3 + 216463*x^4 + 21042*x^5 + 81*x^6) /(1-x)^7. (End)
a(n) = A015223(n)^2. - R. J. Mathar, Jul 30 2016