Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112912
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112912 Column 1 of triangle A112911. +0
6
1, 2, 8, 44, 298, 2358, 21154, 211100, 2313030, 27566654, 354806116, 4903884712, 72444584732, 1139381007880, 19012236634968, 335560664081388, 6247230709277958, 122375974186267566, 2516528486416495240 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = Sum_{k=0..n-1} (n-k+1)*A088716(k)*a(n-k-1) for n>0 with a(0)=1.

PROGRAM

(PARI) {a(n)=local(A=Mat(1), B); for(m=2, n+2, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=-j*(A^-1)[i-j, 1]); )); A=B); return((A^-1)[n+2, 2])}

CROSSREFS

Cf. A088716, A112911.

Sequence in context: A120928 A111537 A051045 this_sequence A124467 A075792 A052897

Adjacent sequences: A112909 A112910 A112911 this_sequence A112913 A112914 A112915

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 06 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research