login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055519 a(n) = 9*a(n-1) + 33*a(n-2) - 76*a(n-3) - 33*a(n-4) + 9*a(n-5) + a(n-6), a(0)=a(1)=1, a(2)=2, a(3)=35, a(4)=312, a(5)=3779. 3
1, 1, 2, 35, 312, 3779, 41590, 474169, 5342808, 60450145, 682988978, 7720432691, 87256315920, 986227664411, 11146765278382, 125986353493225, 1423957841588232, 16094263592763889, 181905138292910570, 2055979904686591259, 23237679087969620328, 262643489044489470155 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} Fibonacci(k)^5*a(n-k), a(0)=1. - Vladeta Jovovic, Apr 23 2003
G.f.: (x^2+x-1)*(x^2+11*x-1)*(x^2-4*x-1)/(x^6+9*x^5-33*x^4-76*x^3+33*x^2+9*x-1). - Alois P. Heinz, Oct 24 2021
MATHEMATICA
LinearRecurrence[{9, 33, -76, -33, 9, 1}, {1, 1, 2, 35, 312, 3779}, 20] (* Harvey P. Dale, Oct 20 2021 *)
CROSSREFS
Sequence in context: A297538 A089660 A058089 * A199032 A369470 A218119
KEYWORD
easy,nonn
AUTHOR
Barry Cipra, Jul 04 2000
EXTENSIONS
a(0)=1 prepended and edited by Alois P. Heinz, Oct 24 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)