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.

A218739 a(n) = (36^n - 1)/35.

Original entry on oeis.org

0, 1, 37, 1333, 47989, 1727605, 62193781, 2238976117, 80603140213, 2901713047669, 104461669716085, 3760620109779061, 135382323952046197, 4873763662273663093, 175455491841851871349, 6316397706306667368565, 227390317427040025268341, 8186051427373440909660277
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 36 (A009980).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1 - x)*(1 - 36*x)).
a(n) = 37*a(n-1) - 36*a(n-2).
a(n) = floor(36^n/35). (End)
E.g.f.: exp(x)*(exp(35*x) - 1)/35. - Stefano Spezia, Mar 28 2023