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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101982 Row sums of triangle A101980, which is the matrix logarithm of A008459 (squared entries of Pascal's triangle). 2
0, 1, 3, 4, 11, -44, 942, -23561, 806955, -35956868, 2023718198, -140435834681, 11782131588086, -1175694615277233, 137629159046661089, -18679508311308283526, 2909710453923000618155, -515605748075502971981108, 103130355820655917046896638, -23123715029010809457898920545 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

A101981 is essentially a signed offset version of A002190 and is related to Bessel functions.

FORMULA

a(n) = Sum_{k=0..n} A101981(n-k)*C(n, k)^2.

PROG

(PARI) {a(n)=sum(k=0, n, sum(m=1, n, (-1)^(m-1)* (matrix(n+1, n+1, i, j, if(i>j, binomial(i-1, j-1)^2))^m/m)[n+1, k+1]))}

CROSSREFS

Cf. A008459, A002190, A101980, A101981.

Sequence in context: A042273 A179167 A037185 * A041947 A201970 A102013

Adjacent sequences:  A101979 A101980 A101981 * A101983 A101984 A101985

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 23 2004

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 16 14:37 EST 2012. Contains 205930 sequences.