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”).

A294327
a(n) = ((9*n + 8)*10^n - 8)/9.
3
0, 18, 288, 3888, 48888, 588888, 6888888, 78888888, 888888888, 9888888888, 108888888888, 1188888888888, 12888888888888, 138888888888888, 1488888888888888, 15888888888888888, 168888888888888888, 1788888888888888888, 18888888888888888888, 198888888888888888888
OFFSET
0,2
FORMULA
From Colin Barker, Oct 28 2017: (Start)
G.f.: 18*x*(1 - 5*x) / ((1 - x)*(1 - 10*x)^2).
a(n) = 21*a(n-1) - 120*a(n-2) + 100*a(n-3) for n>2.
(End)
PROG
(PARI) concat(0, Vec(18*x*(1 - 5*x) / ((1 - x)*(1 - 10*x)^2) + O(x^30))) \\ Colin Barker, Oct 28 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Oct 28 2017
STATUS
approved