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.

A034662 Sum of n-th powers of divisors of 20.

Original entry on oeis.org

6, 42, 546, 9198, 170898, 3304182, 65019786, 1290094638, 25700456418, 513002215782, 10250010815226, 204900053024478, 4097000260921938, 81930001287820182, 1638500006371967466, 32769000031591352718, 655370000156882923458
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = (1 + 2^n + 4^n)*(1 + 5^n). - Bruno Berselli, Apr 17 2014
G.f.: -6*(2800*x^5 -4060*x^4 +1974*x^3 -406*x^2 +35*x -1) / ((x -1)*(2*x -1)*(4*x -1)*(5*x -1)*(10*x -1)*(20*x -1)). - Colin Barker, Apr 20 2014