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!)
A210460 Expansion of x*(1+x)/(1-x-2*x^2-2*x^3-x^4). 1
1, 2, 4, 10, 23, 53, 123, 285, 660, 1529, 3542, 8205, 19007, 44030, 101996, 236275, 547334, 1267906, 2937120, 6803875, 15761261, 36511157, 84578549, 195927260, 453867933, 1051390708, 2435559643, 5642004185, 13069772820, 30276291184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Transform of Fibonacci numbers based on the triangle A030528.
LINKS
FORMULA
a(n) = sum(Fibonacci(k)*binomial(k,n-k), k=floor((n-1)/2)+1..n).
G.f.: x*(1+x)/(1-x-2*x^2-2*x^3-x^4).
a(n) = A123392(n-1)+A123392(n-2). [Bruno Berselli, Jan 23 2013]
MATHEMATICA
CoefficientList[Series[(1 + x)/(1 - x - 2 x^2 - 2 x^3 - x^4), {x, 0, 30}], x] (* Bruno Berselli, Jan 23 2013 *)
LinearRecurrence[{1, 2, 2, 1}, {1, 2, 4, 10}, 30] (* Harvey P. Dale, Mar 28 2015 *)
PROG
(Magma) [&+[Fibonacci(k)*Binomial(k, n-k): k in [Floor((n-1)/2)+1..n]]: n in [1..30]]; // Bruno Berselli, Jan 23 2013
CROSSREFS
Sequence in context: A189594 A094987 A189601 * A329669 A191693 A238436
KEYWORD
nonn,easy
AUTHOR
Perminova Maria, Jan 22 2013
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)