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!)
A299296 G.f. 1/(1-z*R(z*m(z))) where R(z) = (1-z-(z+1)*sqrt(1-4*z))/(2*z^2), m(z) = (3-z-sqrt(1-6*z+z^2))/2. 0
1, 2, 7, 30, 140, 684, 3440, 17652, 91936, 484356, 2575280, 13795668, 74367408, 403026372, 2194186272, 11993494356, 65787201984, 361983246084, 1997299980368, 11048026950228, 61250480822416, 340274092662084, 1893939042807872, 10559753415822420, 58970301517748000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
R:=z->(1-z-(z+1)*sqrt(1-4*z))/(2*z^2);
m:=z->(3-z-sqrt(1-6*z+z^2))/2;
M:=z->1/(1-z*R(z*m(z)));
series(M(z), z, 40);
seriestolist(%);
MATHEMATICA
R[z_] := (1 - z - (z + 1) Sqrt[1 - 4 z])/(2 z^2); m[z_] := (3 - z - Sqrt[1 - 6 z + z^2])/2; CoefficientList[Series[1/(1 - z R[z m[z]]), {z, 0, 24}], z] (* Michael De Vlieger, Feb 17 2018 *)
CROSSREFS
Sequence in context: A097924 A027136 A353288 * A116363 A186858 A360102
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 17 2018
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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)