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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107048 Denominators of coefficients that satisfy: 2^n = Sum_{k=0..n} c(k)*x^k for n>=0, where c(k) = A107047(k)/a(k). 11
1, 1, 4, 108, 6912, 21600000, 2332800000, 1921161110400000, 31476303632793600000, 16727798278915463577600000, 209097478486443294720000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

A107047(n)/a(n) = Sum_{k=0..n} T(n, k)*2^k where T(n, k) = A107045(n, k)/A107046(n, k) = [A079901^-1](n, k) (matrix inverse of A079901).

EXAMPLE

2^0 = 1;

2^1 = 1 + 1;

2^2 = 1 + 1*2 + (1/4)*2^2;

2^3 = 1 + 1*3 + (1/4)*3^2 + (7/108)*3^3;

2^4 = 1 + 1*4 + (1/4)*4^2 + (7/108)*4^3 + (77/6912)*4^4.

Initial fractional coefficients are:

A107047/A107048 = {1, 1, 1/4, 7/108, 77/6912, 32387/21600000,

395159/2332800000, 31824093937/1921161110400000,

44855117331581/31476303632793600000, ... }.

PROG

(PARI) {a(n)=denominator(sum(k=0, n, 2^k*(matrix(n+1, n+1, r, c, if(r>=c, (r-1)^(c-1)))^-1)[n+1, k+1]))}

CROSSREFS

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

Sequence in context: A024263 A090205 A061464 * A185702 A002109 A076265

Adjacent sequences:  A107045 A107046 A107047 * A107049 A107050 A107051

KEYWORD

nonn,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 16 17:11 EST 2012. Contains 205938 sequences.