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.

A170735 Expansion of g.f.: (1+x)/(1-15*x).

Original entry on oeis.org

1, 16, 240, 3600, 54000, 810000, 12150000, 182250000, 2733750000, 41006250000, 615093750000, 9226406250000, 138396093750000, 2075941406250000, 31139121093750000, 467086816406250000, 7006302246093750000, 105094533691406250000, 1576418005371093750000, 23646270080566406250000
Offset: 0

Views

Author

N. J. A. Sloane, Dec 04 2009

Keywords

Programs

Formula

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