Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161736
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161736 Denominators of the column sums of the BG2 matrix +0
5
1, 9, 75, 1225, 19845, 160083, 1288287, 41409225, 1329696225, 10667118605, 85530896451, 1371086188563, 21972535073125, 176021737014375, 1409850293610375, 90324408810638025, 5786075364399106425 (list; graph; listen)
OFFSET

2,2

COMMENT

The BG2 matrix coefficients, see also A008956, are defined by BG2[2m,1] = 2*beta(2m+1) and the recurrence relation BG2[2m,n] = BG2[2m,n-1] - BG2[2m-2,n-1]/(2*n-3)^2 for m = -2, -1, 0, 1, 2, .. and n = 2, 3, .. , with beta(m) = sum((-1)^k/(1+2*k)^m, k=0..infinity). We observe that beta(2m+1) = 0 for m = -1, -2, -3, .. .

A different way to define the matrix coefficients is BG2[2*m,n] = (1/m)*sum(LAMBDA(2*m-2*k,n-1)*BG2[2*k,n], k=0..m-1) with LAMBDA(2*m,n-1) = (1-2^(-2*m))*zeta(2*m)-sum((2*k-1)^(-2*m), k=1..n-1) and BG2[0,n] = Pi/2 for m = 0, 1, 2, .. , and n = 1, 2, 3 .. , with zeta(m) the Riemann zeta function.

The columns sums of the BG2 matrix are defined by sb(n) = sum(BG2[2*m,n], m=0..infinity) for n = 2, 3, .. . For large values of n the value of sb(n) approaches Pi/2.

It is remarkable that if we assume that BG2[2m,1] = 2 for m = 0, 1, .. the columns sums of the modified matrix converge to the original sb(n) values. The first Maple program makes use of this phenomenon and links the sb(n) with the central factorial numbers A008956.

The column sums sb(n) can be linked to other sequences, see the second Maple program.

We observe that the column sums sb(n) of the BG2(n) matrix are related to the column sums sl(n) of the LG2(n) matrix, see A008956, by sb(n) = (-1)^(n+1)*(2*n-1)*sl(n).

FORMULA

a(n) = denom(sb(n)) with sb(n) = (2^(4*n-5)*(n-1)!^4)/((n-1)*(2*n-2)!^2) and A161737(n) = numer(sb(n)).

EXAMPLE

sb(2) = 2; sb(3) = 16/9; sb(4) = 128/75; sb(5) = 2048/1225; etc..

MAPLE

restart; nmax:=10; for n from 0 to nmax do A001818(n):=(doublefactorial(2*n-1))^2 od: for n from 0 to nmax do A008956(n, 0):=1 od: for n from 0 to nmax do A008956(n, n):=A001818(n) od: for n from 1 to nmax do for m from 1 to n-1 do A008956(n, m):=(2*n-1)^2*A008956(n-1, m-1)+A008956(n-1, m) od: od: for n from 1 to nmax do for m from 0 to n do s(n, m):=0; s(n, m):=s(n, m)+ sum((-1)^k*A008956(n, n-k), k=0..n-m): od: sb(n+1):=sum(s(n, k), k=1..n)* 2/A001818(n); od: seq(sb(n), n=2..nmax);

restart; nmax:=10; for n from 0 to nmax do A001147(n):= doublefactorial(2*n-1) od: for n from 0 to nmax/2 do A133221(2*n+1):=A001147(n); A133221(2*n):=A001147(n) od: for n from 0 to nmax do A002474(n):=2^(2*n+1)*n!*(n+1)! od: for n from 1 to nmax do A161738(n):= ((product((2*n-3-2*k), k=0..floor(n/2-1)))) od: for n from 2 to nmax do sb(n):= A002474(n-2)/(A161738(n)*A133221(n-1))^2 od: seq(sb(n), n=2..nmax);

CROSSREFS

Cf. Numerators A161737.

Cf. A001818, A008956, A013777, A134372 and A134375.

Cf. A001147, A133221, A161738 and A002474.

Adjacent sequences: A161733 A161734 A161735 this_sequence A161737 A161738 A161739

Sequence in context: A126965 A066222 A080254 this_sequence A056339 A056329 A082677

KEYWORD

easy,frac,nonn

AUTHOR

Johannes W. Meijer (meijgia(AT)hotmail.com), Jun 18 2009

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 November 8 19:30 EST 2009. Contains 166227 sequences.


AT&T Labs Research