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!)
A259546 a(n) = n^3*Fibonacci(n). 2
0, 1, 8, 54, 192, 625, 1728, 4459, 10752, 24786, 55000, 118459, 248832, 511901, 1034488, 2058750, 4042752, 7846061, 15069888, 28677479, 54120000, 101370906, 188586728, 348669719, 640991232, 1172265625, 2133603368, 3866095494, 6976587072, 12541531081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x*(x^2+1)*(x^4-4*x^3+23*x^2+4*x+1) / (x^2+x-1)^4.
MAPLE
a:= n-> n^3*(<<1|1>, <1|0>>^n)[1, 2]:
seq(a(n), n=0..50); # Alois P. Heinz, Jun 30 2015
PROG
(PARI) a(n) = n^3*fibonacci(n)
(PARI) concat(0, Vec(x*(x^2+1)*(x^4-4*x^3+23*x^2+4*x+1)/(x^2+x-1)^4 + O(x^50)))
CROSSREFS
Sequence in context: A254951 A085537 A085540 * A355553 A122657 A152692
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 30 2015
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)