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!)
A119693 a(n) = binomial(2*n,n) * Fibonacci(n)/2. 1
0, 1, 3, 20, 105, 630, 3696, 22308, 135135, 826540, 5080790, 31391724, 194699232, 1211669900, 7561979100, 47310843600, 296633172465, 1863384566670, 11725074807600, 73889273973900, 466265883733650, 2945885346810120, 18632848373222460, 117972712180416600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A119692(n)/2.
Sum_{n>=0} a(n)/8^n = 1/sqrt(10). - Amiram Eldar, May 04 2023
MAPLE
seq(binomial(2*n, n)*combinat[fibonacci](n)/2, n=0..27);
MATHEMATICA
a[n_] := Binomial[2*n, n] * Fibonacci[n] / 2; Array[a, 30, 0] (* Amiram Eldar, May 04 2023 *)
CROSSREFS
Sequence in context: A304494 A000917 A025535 * A158243 A139471 A154641
KEYWORD
easy,nonn
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)