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.

A155615 a(n) = 10^n - 3^n + 1.

Original entry on oeis.org

1, 8, 92, 974, 9920, 99758, 999272, 9997814, 99993440, 999980318, 9999940952, 99999822854, 999999468560, 9999998405678, 99999995217032, 999999985651094, 9999999956953280, 99999999870859838, 999999999612579512
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 26 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x)-1/(1-3*x)+1/(1-x).
E.g.f.: e^(10*x)-e^(3*x)+e^x.
a(n) = 13*a(n-1)-30*a(n-2)+18 with a(0)=1, a(1)=8. - Vincenzo Librandi, Jul 21 2010