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!)
A356653 Triangle read by rows. Denominators of the coefficients of a sequence of rational polynomials r_n(x) with r_n(1) = B(2*n), where B(n) are the Bernoulli numbers. 1

%I #11 Sep 02 2022 08:00:30

%S 1,1,6,1,70,21,1,434,31,93,1,2286,1905,127,1143,1,11242,1533,511,73,

%T 219,1,53222,14329,10235,2047,2047,6141,1,245730,40955,40955,368595,

%U 24573,8191,73719,1,1114078,294903,4681,491505,42129,4681,14043,42129

%N Triangle read by rows. Denominators of the coefficients of a sequence of rational polynomials r_n(x) with r_n(1) = B(2*n), where B(n) are the Bernoulli numbers.

%C For formulas and comments see A356652.

%F T(n, k) = denominator([x^k] r_n(x)), where the polynomials r_n(x) are defined in A356652.

%e The triangle T(n, k) begins:

%e [0] 1;

%e [1] 1, 6;

%e [2] 1, 70, 21;

%e [3] 1, 434, 31, 93;

%e [4] 1, 2286, 1905, 127, 1143;

%e [5] 1, 11242, 1533, 511, 73, 219;

%e [6] 1, 53222, 14329, 10235, 2047, 2047, 6141;

%p # Using function PTrans from A269941.

%p R_row := n -> seq(coeffs(p), p in PTrans(n, n -> 1/((2*n)*(2*n + 1)),

%p n -> (2*n)!/(2-2^(2*n)))): seq(lprint(seq(denom(r), r in R_row(n))), n=0..9);

%Y Cf. A356652 (numerators), A269941.

%K nonn,frac,tabl

%O 0,3

%A _Peter Luschny_, Sep 02 2022

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 September 9 15:01 EDT 2024. Contains 375764 sequences. (Running on oeis4.)