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.

A053540 a(n) = n*9^(n-1).

Original entry on oeis.org

1, 18, 243, 2916, 32805, 354294, 3720087, 38263752, 387420489, 3874204890, 38354628411, 376572715308, 3671583974253, 35586121596606, 343151886824415, 3294258113514384, 31501343210481297, 300189270593998242, 2851798070642983299, 27017034353459841780
Offset: 1

Views

Author

Barry E. Williams, Jan 15 2000

Keywords

Crossrefs

Related to computing A023052.

Programs

Formula

From Colin Barker, Oct 17 2012: (Start)
a(n) = 18*a(n-1) - 81*a(n-2).
G.f.: x/(1-9*x)^2. (End)
E.g.f.: x*exp(9*x). - G. C. Greubel, May 16 2019
From Amiram Eldar, Oct 28 2020: (Start)
Sum_{n>=1} 1/a(n) = 9*log(9/8).
Sum_{n>=1} (-1)^(n+1)/a(n) = 9*log(10/9). (End)

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), May 29 2001
Edited by N. J. A. Sloane at the suggestion of Reinhard Zumkeller, Sep 16 2007