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.

A013715 a(n) = 10^(2*n+1).

Original entry on oeis.org

10, 1000, 100000, 10000000, 1000000000, 100000000000, 10000000000000, 1000000000000000, 100000000000000000, 10000000000000000000, 1000000000000000000000, 100000000000000000000000, 10000000000000000000000000, 1000000000000000000000000000, 100000000000000000000000000000
Offset: 0

Views

Author

Keywords

Comments

Bisection of A011557 (powers of 10). - Michel Marcus, Jan 17 2016

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
G.f.: 10/(1-100*x).
a(n) = 100*a(n-1), n>0; a(0)=10. (End)
From Elmo R. Oliveira, Aug 26 2024 (Start)
E.g.f.: 10*exp(100*x).
a(n) = 10*A098608(n) = A011557(A005408(n)) = A013747(n)/10^(n+1). (End)