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!)
A354735 a(0) = a(1) = 1; a(n) = 4 * Sum_{k=0..n-2} a(k) * a(n-k-2). 3
1, 1, 4, 8, 36, 96, 416, 1312, 5504, 19200, 79168, 293888, 1203712, 4648448, 19027968, 75411456, 309487616, 1248411648, 5144133632, 21011775488, 86971449344, 358540509184, 1490753372160, 6189315784704, 25843660619776, 107902536122368, 452308820819968, 1897178275512320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = 1 + x + 4 * (x * A(x))^2.
G.f.: (1 - sqrt(1 - 16 * x^2 * (1 + x))) / (8 * x^2).
a(n) ~ sqrt((2+3*r)*(1+r)) / (sqrt(Pi) * n^(3/2) * r^n), where r = 2*cos(arccos(-5/32)/3)/3 - 1/3. - Vaclav Kotesovec, Jun 04 2022
MATHEMATICA
a[0] = a[1] = 1; a[n_] := a[n] = 4 Sum[a[k] a[n - k - 2], {k, 0, n - 2}]; Table[a[n], {n, 0, 27}]
nmax = 27; CoefficientList[Series[(1 - Sqrt[1 - 16 x^2 (1 + x)])/(8 x^2), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A033001 A269012 A149110 * A149111 A149112 A221842
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 04 2022
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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)