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

A055518
a_{k+1} = 6*a_k + 11*a_{k-1} - 19*a_{k-2} - 4*a_{k-3} + a_{k-4}, a_1=1, a_2=2, a_3=19, a_4=118, a_5=875.
4
1, 2, 19, 118, 875, 6180, 44389, 317236, 2270893, 16247718, 116267271, 831957002, 5953209015, 42598982984, 304823192665, 2181205436792, 15607926184313, 111684733527034, 799175992102923, 5718617425358462, 40920380028968819
OFFSET
1,2
FORMULA
a(n) = Sum_{k=1..n} Fibonacci(k)^4*a(n-k), a(0)=1. - Vladeta Jovovic, Apr 23 2003
MATHEMATICA
LinearRecurrence[{6, 11, -19, -4, 1}, {1, 2, 19, 118, 875}, 30] (* Harvey P. Dale, Nov 25 2018 *)
CROSSREFS
Sequence in context: A376481 A101253 A082291 * A289230 A350568 A249690
KEYWORD
easy,nonn
AUTHOR
Barry Cipra, Jul 04 2000
STATUS
approved