A295254
Expansion of e.g.f. csch(x)*(1 - sqrt(1 - 4*sinh(x)))/2.
Original entry on oeis.org
1, 1, 4, 31, 352, 5341, 101824, 2341291, 63092992, 1950837241, 68093599744, 2648776394551, 113633946898432, 5330308817264341, 271416230974603264, 14910196369733535811, 879003840976919068672, 55354496206857969062641, 3708594029795800700944384, 263391744037123969891925071
Offset: 0
-
a:=series(csch(x)*(1-sqrt(1-4*sinh(x)))/2,x=0,21): seq(n!*coeff(a,x,n),n=0..19); # Paolo P. Lava, Mar 27 2019
-
nmax = 19; CoefficientList[Series[Csch[x] (1 - Sqrt[1 - 4 Sinh[x]])/2, {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-Sinh[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
A295256
Expansion of e.g.f. 2/(1 + sqrt(1 - 4*x*cosh(x))).
Original entry on oeis.org
1, 1, 4, 33, 384, 5945, 115680, 2713417, 74568704, 2350925649, 83660474880, 3317599815761, 145087264278528, 6937450761100873, 360078818344534016, 20162761727269502265, 1211588127198611374080, 77769423447774393465377, 5310706204624302598127616, 384439720034220718046773249
Offset: 0
-
a:=series(2/(1+sqrt(1-4*x*cosh(x))),x=0,21): seq(n!*coeff(a,x,n),n=0..19); # Paolo P. Lava, Mar 27 2019
-
nmax = 19; CoefficientList[Series[2/(1 + Sqrt[1 - 4 x Cosh[x]]), {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-x Cosh[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
A295255
Expansion of e.g.f. 2/(1 + sqrt(1 - 4*x*cos(x))).
Original entry on oeis.org
1, 1, 4, 27, 288, 4145, 75360, 1655003, 42628096, 1260274689, 42070233600, 1565308844539, 64237925148672, 2882670856605553, 140430196702035968, 7380867094885024635, 416320345406371921920, 25084955259883686000257, 1608058868442709001895936, 109278344982307590211482971
Offset: 0
-
a:=series(2/(1+sqrt(1-4*x*cos(x))),x=0,21): seq(n!*coeff(a,x,n),n=0..19); # Paolo P. Lava, Mar 27 2019
-
nmax = 19; CoefficientList[Series[2/(1 + Sqrt[1 - 4 x Cos[x]]), {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-x Cos[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
A295257
Expansion of e.g.f. cot(x)*(1 - sqrt(1 - 4*tan(x)))/2.
Original entry on oeis.org
1, 1, 4, 32, 368, 5656, 109024, 2533712, 68995328, 2155513216, 76014982144, 2987332904192, 129473128921088, 6135478762187776, 315609465774936064, 17515027337549545472, 1043104219010147483648, 66358462250378681614336, 4491141928841064201846784, 322219449242531127348887552
Offset: 0
-
S:= series(cot(x)*(1 - sqrt(1 - 4*tan(x)))/2, x, 32):
seq(n!*coeff(S,x,n),n=0..30); # Robert Israel, Nov 18 2017
-
nmax = 19; CoefficientList[Series[Cot[x] (1 - Sqrt[1 - 4 Tan[x]])/2, {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-Tan[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
A295258
Expansion of e.g.f. coth(x)*(1 - sqrt(1 - 4*tanh(x)))/2.
Original entry on oeis.org
1, 1, 4, 28, 304, 4456, 82144, 1827568, 47674624, 1427337856, 48248157184, 1817752215808, 75534405842944, 3432099993158656, 169290181445914624, 9009094978010165248, 514518446264601739264, 31389459744670699257856, 2037360033664565682110464, 140182487701223036287909888
Offset: 0
-
a:=series(coth(x)*(1-sqrt(1-4*tanh(x)))/2,x=0,21): seq(n!*coeff(a,x,n),n=0..19); # Paolo P. Lava, Mar 27 2019
-
nmax = 19; CoefficientList[Series[Coth[x] (1 - Sqrt[1 - 4 Tanh[x]])/2, {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[1/(1 + ContinuedFractionK[-Tanh[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
Showing 1-5 of 5 results.