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.

A155653 10^n-6^n+1.

Original entry on oeis.org

1, 5, 65, 785, 8705, 92225, 953345, 9720065, 98320385, 989922305, 9939533825, 99637202945, 997823217665, 9986939305985, 99921635835905, 999529815015425, 9997178890092545, 99983073340555265, 999898440043331585
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x)-1/(1-6*x)+1/(1-x). E.g.f.: e^(10*x)-e^(6*x)+e^x.
a(n)=16*a(n-1)-60*a(n-2)+45 with a(0)=1, a(1)=5 - Vincenzo Librandi, Jul 21 2010