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

A155460
a(n) = 8*a(n-1)+49*a(n-2), n>2 ; a(0)=1, a(1)=1, a(2)=8 .
0
1, 1, 8, 113, 1296, 15905, 190744, 2305297, 27788832, 335270209, 4043814440, 48778755761, 588376953648, 7097174661473, 85607868020536, 1032624502576465, 12455781553617984, 150244853055190657, 1812292120568806472
OFFSET
0,3
FORMULA
G.f.: (1-7*x-49*x^2)/(1-8*x-49*x^2).
MATHEMATICA
LinearRecurrence[{8, 49}, {1, 1, 8}, 25] (* Paolo Xausa, Jan 29 2024 *)
CROSSREFS
Sequence in context: A296467 A164774 A259590 * A064090 A092084 A072402
KEYWORD
nonn
AUTHOR
Philippe Deléham, Jan 22 2009
STATUS
approved