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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160488 First left hand column of the Lambda triangle A160487 1
1, -107, 59845, -6059823, 5508149745, -8781562891079, 1498497874868995, -11547310445901623393, 191303386010904797215729, -346881088942362502864933961, 3531597876908273097022040806863 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

MAPLE

restart; nmax:=13; jn:=nmax+1: im:=nmax+1: for n from 1 to nmax do for i from 2 to im do cfn2(i, 1):=0 end do: for j from 1 to jn do cfn2(1, j):=1 end do: for j from 2 to jn do for i from 2 to im do cfn2(i, j):= cfn2(i, j-1) + cfn2(i-1, j-1)*(2*j-3)^2 end do end do: Delta(n-1):= sum((1-2^(2*k-1))* (-1)^(n+1)*(-bernoulli(2*k)/(2*k))*(-1)^(k+n)*cfn2(n-k+1, n), k=1..n) /(2*4^(n-1)*(2*n-1)!); LAMBDA(-2, n):= sum(2*(1-2^(2*k-1))*(-bernoulli(2*k)/ (2*k))*(-1)^(k+n)* cfn2(n+1-k, n), k=1..n)/ factorial(2*n-2) end do: Lcgz(2):=1/12: f(2):=1/12: for n from 3 to nmax do Lcgz(n):=LAMBDA(-2, n-1)/((2*n-2)*(2*n-3)): f(n):= Lcgz(n)-((2*n-3)/(2*n-2))*f(n-1) end do: for n from 1 to nmax do b(n):=denom(Lcgz(n+1)) end do: for n from 1 to nmax do b(n):=2*n*denom(Delta(n-1))/2^(2*n) end do: p(2):=b(1): for n from 2 to nmax do p(n+1):= lcm(p(n)*(2*n)*(2*n-1), b(n)) end do: for n from 2 to nmax do LAMBDA(n, 1) :=p(n)*f(n) end do: a:=n->LAMBDA(n, 1): seq(a(n), n=2..nmax);

CROSSREFS

A160487 is the Lambda triangle.

Sequence in context: A113932 A185677 A114356 * A158476 A145045 A113471

Adjacent sequences:  A160485 A160486 A160487 * A160489 A160490 A160491

KEYWORD

easy,sign

AUTHOR

Johannes W. Meijer (meijgia(AT)hotmail.com), May 24 2009

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 12:38 EST 2012. Contains 206021 sequences.