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.

Showing 1-1 of 1 results.

A081035 8th binomial transform of the periodic sequence (1,9,1,1,9,1...).

Original entry on oeis.org

1, 17, 209, 2273, 23201, 228017, 2186609, 20620673, 192174401, 1775688017, 16304021009, 148995991073, 1356782533601, 12321773100017, 111671069983409, 1010465414433473, 9132169221980801, 82455386442384017, 743959522093353809, 6708663007623467873, 60469158230094196001
Offset: 0

Views

Author

Paul Barry, Mar 03 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 9*a(n-1) + 8*7^(n-1).
a(n) = 5*9^n - 4*7^n.
G.f.: (1+x)/((1-7*x)*(1-9*x)). - Vincenzo Librandi, Aug 06 2013
a(0)=1, a(1)=17, a(n)=16*a(n-1)-63*a(n-2). - Harvey P. Dale, Oct 07 2014
E.g.f.: exp(7*x)*(5*exp(2*x) - 4). - Stefano Spezia, Jul 23 2024
Showing 1-1 of 1 results.