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!)
A107052 Denominators of coefficients that satisfy: 4^n = Sum_{k=0..n} c(k)*x^k for n>=0, where c(k) = A107051(k)/a(k). 11
1, 1, 4, 4, 256, 800000, 9600000, 7906012800000, 129532113715200000, 206516028134758809600000, 2581450351684485120000000000, 736517912438453927556570808320000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
A107051(n)/a(n) = Sum_{k=0..n} T(n, k)*4^k where T(n, k) = A107045(n, k)/A107046(n, k) = [A079901^-1](n, k) (matrix inverse of A079901).
EXAMPLE
4^0 = 1;
4^1 = 1 + (3)*1;
4^2 = 1 + (3)*2 + (9/4)*2^2;
4^3 = 1 + (3)*3 + (9/4)*3^2 + (5/4)*3^3;
4^4 = 1 + (3)*4 + (9/4)*4^2 + (5/4)*4^3 + (127/256)*4^4.
Initial coefficients are:
A107051/A107052 = {1, 3, 9/4, 5/4, 127/256, 124273/800000,
385829/9600000, 70009765747/7906012800000,
220026935042111/129532113715200000, ...}.
PROG
(PARI) {a(n)=denominator(sum(k=0, n, 4^k*(matrix(n+1, n+1, r, c, if(r>=c, (r-1)^(c-1)))^-1)[n+1, k+1]))}
CROSSREFS
Sequence in context: A080509 A063439 A218050 * A000790 A068556 A078243
KEYWORD
nonn,frac
AUTHOR
Paul D. Hanna, May 10 2005
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 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)