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.

A027602 a(n) = n^3 + (n+1)^3 + (n+2)^3.

Original entry on oeis.org

9, 36, 99, 216, 405, 684, 1071, 1584, 2241, 3060, 4059, 5256, 6669, 8316, 10215, 12384, 14841, 17604, 20691, 24120, 27909, 32076, 36639, 41616, 47025, 52884, 59211, 66024, 73341, 81180, 89559, 98496, 108009, 118116, 128835, 140184
Offset: 0

Views

Author

Keywords

Comments

a(3) = 216 = 6^3 (a cube). - Howard Berman (howard_berman(AT)hotmail.com), Nov 07 2008
Pairs [n,a(n)] for n<=10^7 such that a(n) is a perfect power are [0, 9], [1, 36], [3, 216], [23, 41616]. - Joerg Arndt, Jan 25 2011
Sums of three consecutive cubes. - Al Hakanson (hawkuu(AT)gmail.com), May 20 2009

Crossrefs

Programs

Formula

a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - 1*a(n-4) for n>=4.
a(n) = 9*A006527(n+1). - Lekraj Beedassy, Feb 01 2007
a(n) = 3*n^3 + 9*n^2 + 15*n + 9.
G.f.: 9*(1+x^2)/(1-x)^4. - Bruno Berselli, Jan 21 2011
a(n) = A008585(n+1)*A059100(n+1). - Bruno Berselli, Jan 21 2011
E.g.f.: 3*(3 + 9*x + 6*x^2 + x^3)*exp(x). - G. C. Greubel, Aug 24 2022
Sum_{n>=0} 1/a(n) = (2*gamma + polygamma(0, 1-i*sqrt(2)) + polygamma(0, 1+i*sqrt(2)))/12 = 0.161383557127191633050394086192620963436504... where i denotes the imaginary unit. - Stefano Spezia, Aug 31 2023