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.

A016971 a(n) = (6*n + 5)^3.

Original entry on oeis.org

125, 1331, 4913, 12167, 24389, 42875, 68921, 103823, 148877, 205379, 274625, 357911, 456533, 571787, 704969, 857375, 1030301, 1225043, 1442897, 1685159, 1953125, 2248091, 2571353, 2924207, 3307949
Offset: 0

Views

Author

Keywords

Examples

			a(0) = (6*0 + 5)^3 = 5^3 = 125.
		

Crossrefs

Programs

Formula

Sum_{n>=0} 1/a(n) = -Pi^3/(36*sqrt(3)) + 91*zeta(3)/216. - Amiram Eldar, Oct 02 2020
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Oct 02 2020
a(n) = (125+831*x+339*x^2+x^3)/(-1+x)^4. - Wesley Ivan Hurt, Oct 02 2020