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.

A099764 a(n) = n^2 * (n+1)^2 * (n+2)^2 = 36*A001249(n-1).

Original entry on oeis.org

0, 36, 576, 3600, 14400, 44100, 112896, 254016, 518400, 980100, 1742400, 2944656, 4769856, 7452900, 11289600, 16646400, 23970816, 33802596, 46785600, 63680400, 85377600, 112911876, 147476736, 190440000, 243360000, 308002500, 386358336
Offset: 0

Views

Author

Kari Lajunen (Kari.Lajunen(AT)Welho.com), Nov 11 2004

Keywords

Examples

			a(0) = 1^3 - 1^3 = 0;
a(1) = (1+3)^3 - (1^3+3^3) = 64 - 28 = 36;
a(2) = (1+3+5)^3 - (1^3+3^3+5^3) = 729 - 153 = 576;
a(3) = (1+3+5+7)^3 - (1^3+3^3+5^3+7^3) = 4096 - 496 = 3600;
a(4) = (1+3+5+7+9)^3 - (1^3+3^3+5^3+7^3+9^3) = 15625 - 1225 = 14400; etc. - _Philippe Deléham_, Mar 10 2014
		

References

  • Jolley, Summation of Series, Dover (1961).

Crossrefs

Programs

Formula

Sum_{n>=1} 1/a(n) = Pi^2/4-39/16 = 0.029901100272... [Jolley eq 241]
G.f.: 36*x*(1+x)*(1 +8*x +x^2)/(1-x)^7 . - R. J. Mathar, Oct 03 2011
a(n) = (Sum_{k=0..n} (2*k+1))^3 - Sum_{k=0..n} (2*k+1)^3. - Philippe Deléham, Mar 10 2014
a(n) = A001014(n+1) - A002593(n+1). - Philippe Deléham, Mar 10 2014
E.g.f.: exp(x)*x*(36+252*x+330*x^2+138*x^3+21*x^4+x^5). - Stefano Spezia, Sep 04 2019
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi^2/24 - 7/16. - Amiram Eldar, Jul 02 2020