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.

A081655 2*5^n-1.

Original entry on oeis.org

1, 9, 49, 249, 1249, 6249, 31249, 156249, 781249, 3906249, 19531249, 97656249, 488281249, 2441406249, 12207031249, 61035156249, 305175781249, 1525878906249, 7629394531249, 38146972656249, 190734863281249
Offset: 0

Views

Author

Paul Barry, Mar 26 2003

Keywords

Comments

Binomial transform of A081654. Inverse binomial transform of A081656.

Programs

Formula

G.f.: (1+3*x)/((1-5*x)*(1-x)).
E.g.f. 2*exp(5*x)-exp(x).
a(n) = 5*a(n-1)+4, with a(0)=1. - Vincenzo Librandi, Aug 01 2010