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.

A170739 Expansion of g.f.: (1+x)/(1-19*x).

Original entry on oeis.org

1, 20, 380, 7220, 137180, 2606420, 49521980, 940917620, 17877434780, 339671260820, 6453753955580, 122621325156020, 2329805177964380, 44266298381323220, 841059669245141180, 15980133715657682420, 303622540597495965980, 5768828271352423353620, 109607737155696043718780
Offset: 0

Views

Author

N. J. A. Sloane, Dec 04 2009

Keywords

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..n} A097805(n,k)*(-1)^(n-k)*20^k. - Philippe Deléham, Dec 04 2009
a(0) = 1; for n>0, a(n) = 20*19^(n-1). - Vincenzo Librandi, Dec 05 2009
a(0) = 1, a(1) = 20; for n>1, a(n) = 19*a(n-1). - Vincenzo Librandi, Dec 05 2012
E.g.f.: (20*exp(19*x) - 1)/19. - G. C. Greubel, Sep 24 2019