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.

A017336 a(n) = (10*n + 5)^8.

Original entry on oeis.org

390625, 2562890625, 152587890625, 2251875390625, 16815125390625, 83733937890625, 318644812890625, 1001129150390625, 2724905250390625, 6634204312890625, 14774554437890625, 30590228625390625, 59604644775390625, 110324037687890625, 195408755062890625, 333160561500390625
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

G.f.: -((390625*(x^8 + 6552*x^7 + 331612*x^6 + 2485288*x^5 + 4675014*x^4 + 2485288*x^3 + 331612*x^2 + 6552*x + 1))/(x-1)^9). - Harvey P. Dale, Nov 02 2011
From Amiram Eldar, Apr 18 2023: (Start)
a(n) = A017329(n)^8.
a(n) = 5^8 * A016760(n).
Sum_{n>=0} 1/a(n) = 17*Pi^8/63000000000. (End)