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!)
A362126 Expansion of 1/(1 - x*(1+x)^2)^2. 1
1, 2, 7, 18, 47, 118, 290, 702, 1677, 3966, 9300, 21654, 50116, 115388, 264475, 603792, 1373621, 3115222, 7045205, 15892794, 35769390, 80337144, 180091131, 403002108, 900370600, 2008572044, 4474586920, 9955434456, 22123162421, 49107537598, 108891513251 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*a(n-1) + 3*a(n-2) - 2*a(n-3) - 6*a(n-4) - 4*a(n-5) - a(n-6) for n > 5.
a(n) = Sum_{k=0..n} (-1)^k * binomial(-2,k) * binomial(2*k,n-k) = Sum_{k=0..n} (k+1) * binomial(2*k,n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(1/(1-x*(1+x)^2)^2)
CROSSREFS
Column k=2 of A362125.
Sequence in context: A174192 A247289 A161870 * A072338 A182197 A022726
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 08 2023
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 27 14:39 EDT 2024. Contains 372019 sequences. (Running on oeis4.)