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.

A013747 a(n) = 10^(3*n + 2).

Original entry on oeis.org

100, 100000, 100000000, 100000000000, 100000000000000, 100000000000000000, 100000000000000000000, 100000000000000000000000, 100000000000000000000000000, 100000000000000000000000000000, 100000000000000000000000000000000, 100000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A011557 (10^n).

Programs

Formula

From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1000*a(n-1); a(0)=100.
G.f.: 100/(1-1000*x).
a(n) = 10*A013746(n). (End)
From Elmo R. Oliveira, Jul 07 2025: (Start)
E.g.f.: 100*exp(1000*x).
a(n) = A013731(n)*A013737(n) = A011557(A016789(n)). (End)