Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090763
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090763 a(n) = (3*n+3)!/(3*n!*(2*n+2)!). +0
2
1, 10, 84, 660, 5005, 37128, 271320, 1961256, 14060475, 100150050, 709634640, 5006710800, 35197176924, 246681069040, 1724337127920, 12025860872784, 83702724824775, 581558091471630, 4034231805704100, 27945630038703300 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n)=1/(integral_{x=0 to 1}(x^(2/3)-x)^n dx).

The same sequence is produced by a(n)=1/(integral_{x=0 to 1}(x-x^1.5)^n dx).

FORMULA

a:=n->sum(j*binomial(n,j)*binomial(2*(n-1),j)/6,j=0..n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 31 2006

EXAMPLE

E.g. a(3)=660.

MAPLE

a:=n->sum(j*binomial(n, j)*binomial(2*(n-1), j)/6, j=0..n): seq(a(n), n=2..21); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 31 2006

MATHEMATICA

a[n_] := 1/Integrate[(x^(2/3) - x)^n, {x, 0, 1}]; Table[ a[n], {n, 0, 19}] (from Robert G. Wilson v Feb 18 2004)

CROSSREFS

Sequence in context: A014831 A048440 A092718 this_sequence A016131 A027310 A104128

Adjacent sequences: A090760 A090761 A090762 this_sequence A090764 A090765 A090766

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)excite.com), Feb 15 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) Feb 18 2004

Simpler description from Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 22 2004

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 September 5 19:27 EDT 2008. Contains 143485 sequences.


AT&T Labs Research