Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107051
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107051 Numerators of coefficients that satisfy: 4^n = Sum_{k=0..n} c(k)*x^k for n>=0, where c(k) = a(k)/A107052(k). +0
11
1, 3, 9, 5, 127, 124273, 385829, 70009765747, 220026935042111, 59574747365570286907, 113453152114585319883313, 4471148647570383262775217527741887 (list; graph; listen)
OFFSET

0,2

COMMENT

Sum_{k>=0} a(k)/A107052(k) = 8.2025187671791748426202820386803825244610468145759213023...

FORMULA

a(n)/A107052(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, ...}.

PROGRAM

(PARI) {a(n)=numerator(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

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

Sequence in context: A103934 A077384 A122943 this_sequence A020834 A153019 A021720

Adjacent sequences: A107048 A107049 A107050 this_sequence A107052 A107053 A107054

KEYWORD

nonn,frac

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 16 13:01 EST 2009. Contains 170825 sequences.


AT&T Labs Research