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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101981 Column 0 of triangle A101980, which is the matrix logarithm of A008459 (squared entries of Pascal's triangle). 3
0, 1, -1, 4, -33, 456, -9460, 274800, -10643745, 530052880, -32995478376, 2510382661920, -229195817258100, 24730000147369440, -3113066087894608560, 452168671458789789504, -75059305956331837485345, 14121026957032156557396000, -2988687741694684876495689040 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

This sequence is a signed version of A002190 and is related to Bessel functions.

FORMULA

a(n) = (-1)^(n+1)*A002190(n) for n>=0.

PROG

(PARI) {a(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, 1])}

CROSSREFS

Cf. A008459, A002190, A101980, A101982.

Sequence in context: A193421 A179421 A002190 * A002018 A072754 A113086

Adjacent sequences:  A101978 A101979 A101980 * A101982 A101983 A101984

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 15 23:53 EST 2012. Contains 205860 sequences.