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.

A218741 a(n) = (38^n - 1)/37.

Original entry on oeis.org

0, 1, 39, 1483, 56355, 2141491, 81376659, 3092313043, 117507895635, 4465300034131, 169681401296979, 6447893249285203, 245019943472837715, 9310757851967833171, 353808798374777660499, 13444734338241551098963, 510899904853178941760595, 19414196384420799786902611
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 38 (A009982).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-38*x)).
a(n) = 39*a(n-1) - 38*a(n-2).
a(n) = floor(38^n/37). (End)
E.g.f.: exp(x)*(exp(37*x) - 1)/37. - Elmo R. Oliveira, Aug 29 2024