The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A332537 Denominators of coefficients in a series for the first Stieltjes constant gamma_1. 1
2, 6, 32, 432, 207360, 10368000, 48384000, 533433600, 5120962560000, 3687093043200, 6083703521280000, 1472256252149760000, 4019259568368844800000, 64690939719460454400000, 8151058404652017254400000, 1018882300581502156800000, 33256318290980230397952000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Note the offset here is different from that in A332536 (because A332536(1) would be Pi).
LINKS
Iaroslav V. Blagouchine and Marc-Antoine Coppo, A note on some constants related to the zeta-function and their relationship with the Gregory coefficients, arXiv:1703.08601 [math.NT], 2017. Also The Ramanujan Journal 47.2 (2018): 457-473. See Th. 1.
FORMULA
The reference gives an explicit formula in terms of the Gregory numbers G_n = A002206/A002207.
MATHEMATICA
g[n_] := -(-1)^n*Sum[StirlingS1[n, j]/(j + 1), {j, 1, n}]/n!; Flatten[{2, 6, Denominator[Table[g[n]/n^2 + Sum[g[k]*g[n + 1 - k]*(HarmonicNumber[n] - HarmonicNumber[k])/(n + 1 - k), {k, 1, n - 1}], {n, 2, 20}]]}] (* Vaclav Kotesovec, Feb 16 2020 *)
CROSSREFS
Sequence in context: A034997 A067735 A326901 * A118077 A013976 A213435
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Feb 16 2020
EXTENSIONS
More terms from Vaclav Kotesovec, Feb 16 2020
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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)