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.

A067409 Ninth column of triangle A067402.

Original entry on oeis.org

1, 17, 1377, 111537, 9034497, 731794257, 59275334817, 4801302120177, 388905471734337, 31501343210481297, 2551608800048985057, 206680312803967789617, 16741105337121390958977, 1356029532306832667677137, 109838392116853446081848097, 8896909761465129132629695857
Offset: 0

Views

Author

Wolfdieter Lang, Jan 25 2002

Keywords

Comments

The tenth column gives [1, 19, 1900, 190000, ...].

Crossrefs

Cf. A067408 (eighth column).
Cf. A067402.

Programs

  • Mathematica
    Join[{1},NestList[81#&,17,15]] (* Harvey P. Dale, Nov 19 2024 *)

Formula

a(n) = A067402(n+8, 8).
a(n) = 17*81^(n-1), n>=1, a(0) = 1.
G.f.: (1-64*x)/(1-81*x).
E.g.f.: (64 + 17*exp(81*x))/81. - Stefano Spezia, Sep 30 2022