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!)
A364625 G.f. satisfies A(x) = 1/(1-x)^3 + x^2*A(x)^2. 2
1, 3, 7, 16, 38, 95, 249, 678, 1901, 5451, 15906, 47066, 140868, 425657, 1296665, 3977684, 12276617, 38094013, 118768915, 371875752, 1168843808, 3686549845, 11664123048, 37011249678, 117750111763, 375529083267, 1200327617200, 3844662925222, 12338289374046 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = 2 / ( (1-x)^3 * (1 + sqrt( 1 - 4*x^2/(1-x)^3 )) ).
a(n) = Sum_{k=0..floor(n/2)} binomial(n+k+2,3*k+2) * binomial(2*k,k) / (k+1).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(2/((1-x)^3*(1+sqrt(1-4*x^2/(1-x)^3))))
CROSSREFS
Sequence in context: A323225 A293065 A211278 * A196154 A227235 A304937
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 30 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 September 10 08:22 EDT 2024. Contains 375785 sequences. (Running on oeis4.)