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.

A013857 a(n) = 10^(5*n + 4).

Original entry on oeis.org

10000, 1000000000, 100000000000000, 10000000000000000000, 1000000000000000000000000, 100000000000000000000000000000, 10000000000000000000000000000000000, 1000000000000000000000000000000000000000, 100000000000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A011557.
Cf. A016897.

Programs

  • Magma
    [10^(5*n+4): n in [0..10]]; // Vincenzo Librandi, Jul 08 2011
  • Mathematica
    10^(5 Range[0,10]+4) (* or *) LinearRecurrence[{100000},{10000},20] (* Harvey P. Dale, Mar 15 2023 *)

Formula

From Elmo R. Oliveira, Mar 02 2025: (Start)
G.f.: 10000/(1 - 100000*x).
E.g.f.: 10000*exp(100000*x).
a(n) = A011557(A016897(n)). (End)