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.

A016178 Expansion of g.f. 1/((1 - 7x)*(1 - 9x)).

Original entry on oeis.org

1, 16, 193, 2080, 21121, 206896, 1979713, 18640960, 173533441, 1602154576, 14701866433, 134294124640, 1222488408961, 11099284691056, 100571785292353, 909893629141120, 8222275592839681, 74233110849544336, 669726411243809473, 6038936596379658400, 54430221633714537601
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = (9^(n+1) - 7^(n+1))/2 = A081202(n+1). Binomial transform of A081034. - R. J. Mathar, Sep 18 2008
From Vincenzo Librandi, Feb 09 2011: (Start)
a(n) = 9*a(n-1) + 7^n, with a(0)=1.
a(n) = 16*a(n-1) - 63*a(n-2), n >= 2. (End)
E.g.f.: exp(7*x)*(9*exp(2*x) - 7)/2. - Stefano Spezia, Jul 23 2024

Extensions

a(18)-a(20) from Stefano Spezia, Jul 23 2024