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!)
A308402 Denominators of the sequence of rational numbers Rn+ related to Bernoulli numbers. 0

%I #18 Jun 04 2020 02:54:40

%S 1,3,30,105,210,231,30030,2145,72930,969969,9699690,10140585,20281170,

%T 22287,6463230,7713865005,15427730010,90751353,436514007930,

%U 1641030105,134564468610,368217318651,3682173186510,3762220429695,127915494609630,1546231253523,819502564367190,54496920530418135

%N Denominators of the sequence of rational numbers Rn+ related to Bernoulli numbers.

%C 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).

%C 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.

%H Frédéric Chapoton, <a href="https://arxiv.org/abs/1905.09012">Ramanujan-Bernoulli numbers as moments of Racah polynomials</a>, arXiv:1905.09012 [math.NT], 2019.

%H Ludwig Seidel, <a href="http://publikationen.badw.de/de/003384831">Über eine einfache Entstehungsweise der Bernoulli'schen Zahlen und einiger verwandten Reihen</a>, Sitzungsberichte der mathematisch-physikalischen Classe der königlich bayerischen Akademie der Wissenschaften zu München, volume 7 (1877), 157-187.

%H M. B. Villarino, <a href="http://arxiv.org/abs/0707.3950">Ramanujan's Harmonic Number Expansion into Negative Powers of a Triangular Number</a>, arXiv:0707.3950v2 [math.CA], 28 Jul 2007.

%H M. B. Villarino, <a href="https://www.emis.de/journals/JIPAM/article1026.html">Ramanujan’s Harmonic Number Expansion into Negative Powers of a Triangular Number</a>, Journal of Inequalities in Pure and Applied Mathematics, Volume 9, Issue 3, Article 89.

%e The sequence Rn+ begins 1, 1/3, 1/30, -1/105, 1/210, -1/231, 191/30030, -29/2145, 2833/72930, ...

%o (PARI) a(n) = my(p=binomial(x+2, 2)^n); denominator(sum(k=0, poldegree(p), bernfrac(k)*polcoef(p, k, x)));

%Y Cf. A238813 (numerators of Rn+, for n >0, up to sign).

%K nonn,frac

%O 0,2

%A _Michel Marcus_, May 25 2019

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 May 19 09:42 EDT 2024. Contains 372683 sequences. (Running on oeis4.)