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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089465 3rd hyperbinomial transform of A001858; also the hyperbinomial transform of A089462. 2
1, 4, 23, 178, 1763, 21504, 313585, 5342068, 104376201, 2304582544, 56807530871, 1547599725720, 46202052688603, 1500629138909632, 52697989385197137, 1990117967149595824, 80440669725095395025, 3465573101368534916928 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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, 3*(n-k+3)^(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+3)^(n-m-j+1)*(m+j)!/(-2)^j)/m!).

PROG

(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+3)^(n-m-j+1)*(m+j)!/(-2)^j)/m!))

CROSSREFS

Cf. A001858, A089462, A089463.

Sequence in context: A025550 A067545 A004041 * A106174 A056814 A058863

Adjacent sequences:  A089462 A089463 A089464 * A089466 A089467 A089468

KEYWORD

nonn

AUTHOR

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

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 16 04:18 EST 2012. Contains 205860 sequences.