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!)
A119700 a(n) = n*binomial(2*n, n)*Fibonacci(n)^2. 0
0, 2, 12, 240, 2520, 31500, 354816, 4060056, 45405360, 505842480, 5588869000, 61464995592, 672880545792, 7340296254200, 79824251379600, 865788437880000, 9368862119134560, 101178055201047660, 1090713358902182400, 11739380070425284200, 126171548138325690000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Sum_{n>=0} a(n)/16^n = (10 + 5*sqrt(325 + 10*sqrt(5)))/(125*sqrt(5)). - Amiram Eldar, May 05 2023
MAPLE
[seq(fib(n)^2*n*binomial(2*n, n), n=0..25)];
MATHEMATICA
a[n_] := n * Binomial[2 n, n] * Fibonacci[n]^2; Array[a, 25, 0] (* Amiram Eldar, May 05 2023 *)
CROSSREFS
Sequence in context: A011840 A296462 A125804 * A141083 A257665 A132877
KEYWORD
nonn,easy
AUTHOR
Zerinvary Lajos, Jun 09 2006
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 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)