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.

A013746 a(n) = 10^(3*n + 1).

Original entry on oeis.org

10, 10000, 10000000, 10000000000, 10000000000000, 10000000000000000, 10000000000000000000, 10000000000000000000000, 10000000000000000000000000, 10000000000000000000000000000, 10000000000000000000000000000000, 10000000000000000000000000000000000
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)=10.
G.f.: 10/(1-1000*x). (End)
From Elmo R. Oliveira, Jul 07 2025: (Start)
E.g.f.: 10*exp(1000*x).
a(n) = A013747(n)/10 = A013730(n)*A013736(n) = A011557(A016777(n)). (End)