OFFSET
2,1
REFERENCES
J.-P. Serre, A Course in Arithmetic, Springer-Verlag, 1973, p. 93.
FORMULA
For 2 <= k <= 1000 and k != 7, the 2-order of the full constant term of E_k/Delta = 3 + ord_2(k - 7).
MATHEMATICA
Table[SeriesCoefficient[(1 - (4 n/BernoulliB[2 n])*x/(1 - x)) / QPochhammer[x]^24, {x, 0, 1}], {n, 2, 20}] // Numerator (* Jean-François Alcover, Feb 28 2018 *)
CROSSREFS
KEYWORD
easy,frac,sign
AUTHOR
Barry Brent (barrybrent(AT)iphouse.com), Jun 01 2009
STATUS
approved