Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103353
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103353 First column of triangular matrix A103244. +0
2
1, 2, 20, 512, 25392, 2093472, 260555392, 45819233280, 10849051434240, 3334632688448000, 1292876470540099584, 617862114722159788032, 357118557050589336432640, 245715466325821945360588800 (list; graph; listen)
OFFSET

1,2

FORMULA

For n>1: 0 = Sum_{k=1..n} C(n-1, k-1)*(-k^2-k)^(n-k)*a(k).

PROGRAM

(PARI) {a(n)=local(P); if(n>=1, P=matrix(n, n, r, c, if(r>=c, (-c^2-c)^(r-c)/(r-c)!))); return(if(n<1, 0, (P^-1)[n, 1]*(n-1)!))}

CROSSREFS

Cf. A103244.

Sequence in context: A009252 A012816 A012340 this_sequence A009344 A009699 A101927

Adjacent sequences: A103350 A103351 A103352 this_sequence A103354 A103355 A103356

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 02 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research