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.

A010811 23rd powers: a(n) = n^23.

Original entry on oeis.org

0, 1, 8388608, 94143178827, 70368744177664, 11920928955078125, 789730223053602816, 27368747340080916343, 590295810358705651712, 8862938119652501095929, 100000000000000000000000
Offset: 0

Views

Author

Keywords

Programs

Formula

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