login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A155653
10^n-6^n+1.
16
1, 5, 65, 785, 8705, 92225, 953345, 9720065, 98320385, 989922305, 9939533825, 99637202945, 997823217665, 9986939305985, 99921635835905, 999529815015425, 9997178890092545, 99983073340555265, 999898440043331585
OFFSET
0,2
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
PROG
(PARI) a(n)=10^n-6^n+1 \\ Charles R Greathouse IV, Jun 11 2015
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 31 2009
STATUS
approved