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.

A010813 25th powers: a(n) = n^25.

Original entry on oeis.org

0, 1, 33554432, 847288609443, 1125899906842624, 298023223876953125, 28430288029929701376, 1341068619663964900807, 37778931862957161709568, 717897987691852588770249, 10000000000000000000000000
Offset: 0

Views

Author

Keywords

Programs

Formula

Completely multiplicative sequence with a(p) = p^25 for prime p. Multiplicative sequence with a(p^e) = p^(25e). - Jaroslav Krizek, Nov 01 2009
From Amiram Eldar, Oct 09 2020: (Start)
Dirichlet g.f.: zeta(s-25).
Sum_{n>=1} 1/a(n) = zeta(25).
Sum_{n>=1} (-1)^(n+1)/a(n) = 16777215*zeta(25)/16777216. (End)