Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089462
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089462 2nd hyperbinomial transform of A001858. +0
4
1, 3, 14, 93, 822, 9193, 125292, 2022555, 37829468, 805712859, 19270873704, 511742870653, 14946235170120, 476314240239633, 16451368229689808, 612254102183085627, 24428043107239133712, 1040281158638494489075 (list; graph; listen)
OFFSET

0,2

COMMENT

A001858 enumerates forests of labeled trees with n nodes and shifts 1 place left under the hyperbinomial transform.

FORMULA

a(n) = sum(k=0, n, 2*(n-k+2)^(n-k-1)*C(n, k)*A001858(k)). a(n) = sum(m=0, n+1, sum(j=0, m, C(m, j)*C(n, n-m-j+1)*(n+2)^(n-m-j+1)*(m+j)!/(-2)^j)/m!).

PROGRAM

(PARI) a(n)=if(n<0, 0, sum(m=0, n+1, sum(j=0, m, binomial(m, j)*binomial(n, n-m-j+1)*(n+2)^(n-m-j+1)*(m+j)!/(-2)^j)/m!))

CROSSREFS

Cf. A001858, A089460.

Sequence in context: A125788 A101220 A078456 this_sequence A088342 A074531 A091906

Adjacent sequences: A089459 A089460 A089461 this_sequence A089463 A089464 A089465

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 05 2003

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research