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!)
A020046 a(n) = floor(Gamma(n+11/12)/Gamma(11/12)). 2
1, 0, 1, 5, 20, 98, 583, 4038, 31970, 285069, 2826941, 30860773, 367757553, 4750201727, 66106974037, 986095696055, 15695356495547, 265513114049683, 4757109960056836, 89988663411075164, 1792274212937247027 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
seq(floor(pochhammer(11/12, n)), n = 0..25); # G. C. Greubel, Dec 01 2019
MATHEMATICA
Floor[Pochhammer[11/12, Range[0, 25]]] (* G. C. Greubel, Dec 01 2019 *)
PROG
(PARI) x=11/12; vector(26, n, gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Dec 01 2019
(Magma) [Floor(Gamma(n+11/12)/Gamma(11/12)): n in [0..25]]; // G. C. Greubel, Dec 01 2019
(Sage) [floor(rising_factorial(11/12, n)) for n in (0..25)] # G. C. Greubel, Dec 01 2019
CROSSREFS
Sequence in context: A182959 A224661 A357786 * A319731 A372006 A272218
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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)