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.

A218738 a(n) = (35^n - 1)/34.

Original entry on oeis.org

0, 1, 36, 1261, 44136, 1544761, 54066636, 1892332261, 66231629136, 2318107019761, 81133745691636, 2839681099207261, 99388838472254136, 3478609346528894761, 121751327128511316636, 4261296449497896082261, 149145375732426362879136, 5220088150634922700769761
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 35 (A009979).

Crossrefs

Programs

Formula

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