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.

A218742 a(n) = (39^n - 1)/38.

Original entry on oeis.org

0, 1, 40, 1561, 60880, 2374321, 92598520, 3611342281, 140842348960, 5492851609441, 214221212768200, 8354627297959801, 325830464620432240, 12707388120196857361, 495588136687677437080, 19327937330819420046121, 753789555901957381798720, 29397792680176337890150081
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 39 (A009983).

Crossrefs

Programs

Formula

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