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.

A015223 Odd pentagonal pyramidal numbers.

Original entry on oeis.org

1, 75, 405, 1183, 2601, 4851, 8125, 12615, 18513, 26011, 35301, 46575, 60025, 75843, 94221, 115351, 139425, 166635, 197173, 231231, 269001, 310675, 356445, 406503, 461041, 520251, 584325, 653455, 727833, 807651, 893101, 984375
Offset: 0

Views

Author

Keywords

Comments

Also first bisection of A139757. - Bruno Berselli, Feb 13 2012

Crossrefs

Programs

Formula

G.f.: (1 + 71*x + 111*x^2 + 9*x^3)/(1-x)^4. - Colin Barker, Feb 13 2012
a(n) = (2n+1)*(4n+1)^2 = A130656(4n+1). - Bruno Berselli, Feb 13 2012
From Ant King, Oct 23 2012: (Start)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + 192.
Sum_{n>=0} 1/a(n) = (8*C - 2*Pi + Pi^2 - 4*log(2))/8, where C is Catalan's constant (A006752). (End)
E.g.f.: (1 + 74*x + 128*x^2 + 32*x^3)*exp(x). - G. C. Greubel, Nov 04 2017

Extensions

More terms from Erich Friedman