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

A016277
Expansion of 1/((1-2x)(1-3x)(1-8x)).
0
1, 13, 123, 1049, 8603, 69489, 557971, 4470073, 35779755, 286296065, 2290543619, 18324876297, 146600596507, 1172809538641, 9382490625267, 75059967983321, 600479872875659, 4803839370163617, 38430716123046115
OFFSET
0,2
FORMULA
a(n) = 2*2^n/3 -9*3^n/5 +32*8^n/15. - Antonio Alberto Olivares, Feb 06 2010
From Vincenzo Librandi, Mar 15 2011: (Start)
a(n) = 13*a(n-1) - 46*a(n-2) + 48*a(n-3), n>=3.
a(n) = 11*a(n-1) - 24*a(n-2) + 2^n, a(0)=1, a(1)=13. (End)
CROSSREFS
Sequence in context: A101186 A295778 A115204 * A202131 A152583 A304353
KEYWORD
nonn
AUTHOR
STATUS
approved