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.

A016745 a(n) = (2*n)^5.

Original entry on oeis.org

0, 32, 1024, 7776, 32768, 100000, 248832, 537824, 1048576, 1889568, 3200000, 5153632, 7962624, 11881376, 17210368, 24300000, 33554432, 45435424, 60466176, 79235168, 102400000, 130691232, 164916224, 205962976, 254803968, 312500000, 380204032, 459165024, 550731776
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016757.

Programs

Formula

G.f.: 32*x*(1 + 26*x + 66*x^2 + 26*x^3 + x^4)/(1-x)^6. - Colin Barker, Sep 17 2012
E.g.f.: 32*x*(1 + 15*x + 25*x^2 + 10*x^3 + x^4)*exp(x). - G. C. Greubel, Sep 15 2018
From Amiram Eldar, Oct 10 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(5)/32.
Sum_{n>=1} (-1)^(n+1)/a(n) = 15*zeta(5)/512. (End)