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.

A013855 a(n) = 10^(5*n + 2).

Original entry on oeis.org

100, 10000000, 1000000000000, 100000000000000000, 10000000000000000000000, 1000000000000000000000000000, 100000000000000000000000000000000, 10000000000000000000000000000000000000, 1000000000000000000000000000000000000000000, 100000000000000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A011557.
Cf. A016873.

Programs

Formula

From Elmo R. Oliveira, Feb 27 2025: (Start)
G.f.: 100/(1 - 100000*x).
E.g.f.: 100*exp(100000*x).
a(n) = A011557(A016873(n)). (End)