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

 


A119697
a(n) = Fibonacci(n)*n*binomial(2*n,n)/(n+1).
0
0, 1, 4, 30, 168, 1050, 6336, 39039, 240240, 1487772, 9237800, 57551494, 359444736, 2250244100, 14115694320, 88707831750, 558368324640, 3519726403710, 22215931214400, 140389620550410, 888125492826000, 5623962934819320, 35645449061816880, 226114365012465150
OFFSET
0,3
FORMULA
a(n) = n * A119694(n).
Sum_{n>=0} a(n)/8^n = 7*sqrt(2/5) - 4. - Amiram Eldar, May 04 2023
MAPLE
seq(binomial(2*n, n)*n*combinat[fibonacci](n)/(n+1), n=0..27);
MATHEMATICA
Table[Fibonacci[n]n Binomial[2n, n]/(n+1), {n, 0, 40}] (* Harvey P. Dale, Apr 29 2022 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Jun 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 16:18 EDT 2024. Contains 376119 sequences. (Running on oeis4.)