login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107046 Denominators of the triangle of coefficients T(n,k), read by rows, that satisfy: y^x = Sum_{n=0..x} R_n(y)*x^n for all nonnegative integers x, y, where R_n(y) = Sum_{k=0..n} T(n,k)*y^k and T(n,k) = A107045(n,k)/a(n,k). 11
1, 1, 1, 4, 2, 4, 108, 18, 12, 27, 6912, 576, 192, 108, 256, 21600000, 360000, 24000, 2700, 1280, 3125, 2332800000, 12960000, 2592000, 291600, 46080, 18750, 46656, 1921161110400000, 1524731040000, 43563744000, 700131600, 15805440, 918750 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

Denominators of the matrix inverse of triangle A079901(n, k) = n^k.

EXAMPLE

These are the denominators of the triangle that begins:

1;

-1,1;

1/4,-1/2,1/4;

-1/108,1/18,-1/12,1/27;

-11/6912,1/576,1/192,-1/108,1/256;

-677/21600000,-61/360000,7/24000,1/2700,-1/1280,1/3125; ...

which equals the matrix inverse of triangle A079901(n,k)=n^k:

1;

1,1;

1,2,4;

1,3,9,27;

1,4,16,64,256;

1,5,25,125,625,3125; ...

PROG

(PARI) a(n, k)=denominator((matrix(n+1, n+1, r, c, if(r>=c, (r-1)^(c-1)))^-1)[n+1, k+1])

CROSSREFS

Cf. A079901, A107045, A107047/A107048 (y=2), A107049/A107050 (y=3), A107051/A107052 (y=4), A107053/A107054 (y=5).

Sequence in context: A168613 A139809 A094099 * A072907 A059833 A123152

Adjacent sequences:  A107043 A107044 A107045 * A107047 A107048 A107049

KEYWORD

nonn,tabl,frac

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 10 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.