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!)
A104042 Numerators of coefficients in expansion of x^-2*(1-exp(-2*x))^2. 3
4, -8, 28, -8, 248, -16, 508, -136, 584, -496, 16376, -16, 131056, -174752, 18724, -2056, 1048568, -1168, 4194296, -20336, 684784, -1945184, 67108856, -3856, 536870896, -715827872, 306783376, -19746976, 17179869152, -3198784, 8589934588, -134744072, 426829048, -91625968976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Suggested by Bill Gosper's remarkable identity (in a posting to math-fun list, Apr 14 2005): Product_{ n >= 0 } tanh(2^n x)^(1/2^n) = (1-exp(-2*x))^2.
LINKS
MAPLE
S:= series(x^(-2)*(1-exp(-2*x))^2, x, 34):
seq(numer(coeff(S, x, j)), j=0..31); # Robert Israel, Aug 12 2019
MATHEMATICA
Numerator[ CoefficientList[ Series[x^-2*(1 - E^(-2x))^2, {x, 0, 33}], x]] (* Robert G. Wilson v, Apr 20 2005 *)
CROSSREFS
Sequence in context: A036720 A110132 A099513 * A338429 A117864 A020138
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Apr 18 2005
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 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)