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.

A017331 a(n) = (10*n + 5)^3.

Original entry on oeis.org

125, 3375, 15625, 42875, 91125, 166375, 274625, 421875, 614125, 857375, 1157625, 1520875, 1953125, 2460375, 3048625, 3723875, 4492125, 5359375, 6331625, 7414875, 8615125, 9938375, 11390625, 12977875, 14706125, 16581375, 18609625, 20796875, 23149125, 25672375
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

G.f.: 125*(x+1)*(x^2 + 22*x + 1)/(x-1)^4. - Colin Barker, Nov 14 2012
From Amiram Eldar, Apr 18 2023: (Start)
a(n) = A017329(n)^3.
a(n) = 5^3 * A016755(n).
Sum_{n>=0} 1/a(n) = 7*zeta(3)/1000.
Sum_{n>=0} (-1)^n/a(n) = Pi^3/4000. (End)