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

A133681
a(n)=9*a(n-1)+90*a(n-2) for n>=3, a(0)=1, a(1)=9, a(2)=162 .
1
1, 9, 162, 2268, 34992, 519048, 7820712, 117100728, 1757770632, 26359001208, 395430367752, 5931183418488, 88969383864072, 1334530962440568, 20018023209731592, 300269995507235448, 4504052048440962312
OFFSET
0,2
FORMULA
G.f.: (1-9*x^2)/(1-9*x-90*x^2) . a(n) = Sum_{k, 0<=k<=n}A122950(n,k)*9^k .
CROSSREFS
Sequence in context: A084874 A158749 A300843 * A157553 A202438 A237024
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Dec 31 2007
STATUS
approved