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!)
A178474 Triangle T(n,m) read by rows: the denominator of the coefficient [x^m] of the inverse Euler polynomial E^{-1}(n,x), 0<=m<=n. 1
1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
As commented in A178395, the triangle of fractions of coefficients of the inverse Euler polynomials starts in row n=0 with column 0<=m<=n as:
1;
1/2,1;
1/2,1,1;
1/2,3/2,3/2,1;
1/2,2,3,2,1;
1/2,5/2,5,5,5/2,1;
1/2,3,15/2,10,15/2,3,1;
1/2,7/2,21/2,35/2,35/2,21/2,7/2,1;
1/2,4,14,28,35,28,14,4,1;
1/2,9/2,18,42,63,63,42,18,9/2,1;
1/2,5,45/2,60,105,126,105,60,45/2,5,1;
Partial row sums (skipping the left column) in this triangle are sum_{m>=1} [x^m] E^{-1}(n,x) = 2^(n-1).
T(n,m) is the denominator of the fraction in row n and column m.
LINKS
EXAMPLE
1;
2,1;
2,1,1;
2,2,2,1;
2,1,1,1,1;
2,2,1,1,2,1;
2,1,2,1,2,1,1;
2,2,2,2,2,2,2,1;
2,1,1,1,1,1,1,1,1;
2,2,1,1,1,1,1,1,2,1;
2,1,2,1,1,1,1,1,2,1,1;
2,2,2,2,1,1,1,1,2,2,2,1;
2,1,1,1,2,1,1,1,2,1,1,1,1;
2,2,1,1,2,2,1,1,2,2,1,1,2,1;
2,1,2,1,2,1,2,1,2,1,2,1,2,1,1;
MATHEMATICA
(* The function RiordanArray is defined in A256893. *)
rows = 15;
R = RiordanArray[(1 + E^#)/2&, #&, rows, True];
R // Flatten // Denominator (* Jean-François Alcover, Jul 20 2019 *)
CROSSREFS
Cf. A178395 (numerators)
Sequence in context: A047895 A307322 A306737 * A164822 A361208 A110627
KEYWORD
nonn,tabl,frac
AUTHOR
Paul Curtz, May 28 2010
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)