login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020043 a(n) = round(Gamma(n+2/3)/Gamma(2/3)). 2
1, 1, 1, 3, 11, 51, 287, 1915, 14684, 127262, 1230202, 13122150, 153091745, 1939162101, 26501882045, 388694270000, 6089543563341, 101492392722343, 1793032271428052, 33469935733323642, 658242069422031619 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Gamma(n+2/3)/Gamma(2/3) = {1, 2/3, 10/9, 80/27, 880/81, 12320/243, 209440/729, 4188800/2187, 96342400/6561, ...}. - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
seq(round(pochhammer(2/3, n)), n = 0..25); # G. C. Greubel, Dec 01 2019
MATHEMATICA
Round[Pochhammer[2/3, Range[0, 25]]] (* G. C. Greubel, Dec 01 2019 *)
PROG
(PARI) x=2/3; vector(26, n, round(gamma(n-1+x)/gamma(x)) ) \\ G. C. Greubel, Dec 01 2019
(Magma) [Round(Gamma(n+2/3)/Gamma(2/3)): n in [0..25]]; // G. C. Greubel, Dec 01 2019
(Sage) [round(rising_factorial(2/3, n)) for n in (0..25)] # G. C. Greubel, Dec 01 2019
CROSSREFS
Sequence in context: A350354 A132006 A367011 * A357830 A184819 A113712
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 22 18:23 EDT 2024. Contains 374540 sequences. (Running on oeis4.)