cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A098087 Numerators of coefficients in expansion of x^2*(1-exp(-2*x))^(-2).

Original entry on oeis.org

1, 1, 5, 1, 1, -1, -1, 1, 1, -1, -1, 1, 691, -691, -1, 2, 3617, -3617, -43867, 43867, 174611, -174611, -77683, 155366, 236364091, -236364091, -657931, 1315862, 3392780147, -6785560294, -3446336510402, 6892673020804, 7709321041217, -7709321041217, -151628697551, 151628697551
Offset: 0

Views

Author

N. J. A. Sloane, Apr 17 2005

Keywords

Comments

Suggested by Bill Gosper's remarkable identity (in a posting to math-fun list, Apr 14 2005) (replace dots by spaces to make this more visible): Product_{ n >= 0 } tanh(2^n x)^(1/2^n) = (1-exp(-2*x))^2.

Crossrefs

A104097 Denominators of coefficients in expansion of x^-2*(1-exp(-2*x))^2.

Original entry on oeis.org

1, 1, 3, 1, 45, 5, 315, 189, 2025, 4725, 467775, 1485, 42567525, 212837625, 91216125, 42567525, 97692469875, 516891375, 9280784638125, 236238154425, 43752270436875, 714620417135625, 147926426347074375, 53123043290625, 48076088562799171875
Offset: 0

Views

Author

N. J. A. Sloane, Apr 18 2005

Keywords

Crossrefs

See A104042 for more information.

Programs

  • Maple
    S:= series(x^(-2)*(1-exp(-2*x))^2, x, 32):
    seq(denom(coeff(S, x, j)), j=0..31); # Robert Israel, Aug 12 2019
Showing 1-2 of 2 results.