The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106341 Column 1 of triangle A106340. 1
1, -3, 9, -45, 585, -21105, 1858185, -367958745, 157169540745, -141321010837545, 263377249955934345, -1006907528155404620745, 7840649068128410073284745, -123736566059916445807102676745, 3943516183297402946604761210564745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Triangle A106340 is equal to the matrix inverse of the triangle defined by [A106340^-1](n,k) = (n-k)!*A008278(n+1,k+1), for n>=k>=0, where A008278 is a triangle of Stirling numbers of 2nd kind.
LINKS
PROG
(PARI) {a(n)=(matrix(n+2, n+2, r, c, if(r>=c, (r-c)!* sum(m=0, r-c+1, (-1)^(r-c+1-m)*m^r/m!/(r-c+1-m)!)))^-1)[n+2, 2]}
CROSSREFS
Sequence in context: A027616 A245140 A013492 * A065407 A180501 A188678
KEYWORD
sign
AUTHOR
Paul D. Hanna, May 01 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 31 09:32 EDT 2024. Contains 372981 sequences. (Running on oeis4.)