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.

A155631 10^n-4^n+1^n.

Original entry on oeis.org

1, 7, 85, 937, 9745, 98977, 995905, 9983617, 99934465, 999737857, 9998951425, 99995805697, 999983222785, 9999932891137, 99999731564545, 999998926258177, 9999995705032705, 99999982820130817, 999999931280523265
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x)-1/(1-4*x)+1/(1-x). E.g.f.: e^(10*x)-e^(4*x)+e^x.
a(n)=14*a(n-1)-40*a(n-2)+27 with a(0)=1, a(1)=7 - Vincenzo Librandi, Jul 21 2010