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!)
A308402 Denominators of the sequence of rational numbers Rn+ related to Bernoulli numbers. 0
1, 3, 30, 105, 210, 231, 30030, 2145, 72930, 969969, 9699690, 10140585, 20281170, 22287, 6463230, 7713865005, 15427730010, 90751353, 436514007930, 1641030105, 134564468610, 368217318651, 3682173186510, 3762220429695, 127915494609630, 1546231253523, 819502564367190, 54496920530418135 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The sequence Rn+ is defined by Rn+ = psi(binomial(x+2, 2)^n) where the linear form psi is defined by psi(x^n) = Bernoulli(n).
The companion sequence Rn- is defined by Rn+ = psi(binomial(x+1, 2)^n), and differs at n=1 with value -1/6 instead of 1/3.
LINKS
Frédéric Chapoton, Ramanujan-Bernoulli numbers as moments of Racah polynomials, arXiv:1905.09012 [math.NT], 2019.
Ludwig Seidel, Über eine einfache Entstehungsweise der Bernoulli'schen Zahlen und einiger verwandten Reihen, Sitzungsberichte der mathematisch-physikalischen Classe der königlich bayerischen Akademie der Wissenschaften zu München, volume 7 (1877), 157-187.
M. B. Villarino, Ramanujan's Harmonic Number Expansion into Negative Powers of a Triangular Number, arXiv:0707.3950v2 [math.CA], 28 Jul 2007.
M. B. Villarino, Ramanujan’s Harmonic Number Expansion into Negative Powers of a Triangular Number, Journal of Inequalities in Pure and Applied Mathematics, Volume 9, Issue 3, Article 89.
EXAMPLE
The sequence Rn+ begins 1, 1/3, 1/30, -1/105, 1/210, -1/231, 191/30030, -29/2145, 2833/72930, ...
PROG
(PARI) a(n) = my(p=binomial(x+2, 2)^n); denominator(sum(k=0, poldegree(p), bernfrac(k)*polcoef(p, k, x)));
CROSSREFS
Cf. A238813 (numerators of Rn+, for n >0, up to sign).
Sequence in context: A195029 A211617 A180816 * A035328 A100259 A031205
KEYWORD
nonn,frac
AUTHOR
Michel Marcus, May 25 2019
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 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)