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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108554 Main diagonal of square array A108553, in which row n equals the crystal ball sequence for D_n lattice. 3
1, 3, 13, 147, 1681, 18733, 204205, 2195399, 23429185, 249258777, 2650436845, 28209301211, 300745906449, 3212758605189, 34392151363021, 368908132170511, 3964622452867329, 42682164804034609, 460242445806795853 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Limit a(n+1)/a(n) ~ 11.08...

PROG

(PARI) {a(n)=if(n<0, 0, if(n==0, 1, if(n==1, 3, sum(j=0, n, binomial(2*n-j, n-j)* (binomial(2*n, 2*j)-2*j*(n-j)*binomial(n, j)/(n-1))))))}

CROSSREFS

Cf. A108553, A108555.

Sequence in context: A130589 A041591 A001150 * A014376 A065622 A140421

Adjacent sequences:  A108551 A108552 A108553 * A108555 A108556 A108557

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 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 15 23:53 EST 2012. Contains 205860 sequences.