Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158887
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158887 a(n) = (n+1)^n * n! * C(n-1 + 1/(n+1), n). +0
2
1, 1, 4, 45, 1056, 43225, 2756160, 253586025, 31872332800, 5252921480961, 1099886703552000, 285322741626047125, 89844523369696972800, 33764841634845724313625, 14930493174337400252809216 (list; graph; listen)
OFFSET

0,3

FORMULA

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

a(n) = coefficient of x^n/(n!*(n+1)^n) in 1/(1-x)^(1/(n+1)).

EXAMPLE

a(1) = 1, a(2) = 1*4, a(3) = 1*5*9, a(4) = 1*6*11*16, a(5) = 1*7*13*19*25.

PROGRAM

(PARI) a(n)=(n+1)^n*n!*polcoeff(1/(1-x+x*O(x^n))^(1/(n+1)), n)

(PARI) a(n)=if(n==0, 1, prod(k=0, n-1, k*(n+1)+1))

CROSSREFS

Sequence in context: A114473 A126747 A107668 this_sequence A126452 A082765 A132873

Adjacent sequences: A158884 A158885 A158886 this_sequence A158888 A158889 A158890

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 01 2009

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