A104097 Denominators of coefficients in expansion of x^-2*(1-exp(-2*x))^2.
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
Links
- Robert Israel, Table of n, a(n) for n = 0..504
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