The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020048 a(n) = floor(Gamma(n+5/12)/Gamma(5/12)). 2
1, 0, 0, 1, 4, 21, 116, 748, 5549, 46704, 439802, 4581280, 52302949, 649428293, 8713162939, 125614765716, 1936560971459, 31791875948134, 553708506096681, 10197464987280554, 198000778503030764, 4042515894436878101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
seq(floor(pochhammer(5/12, n)), n = 0..25); # G. C. Greubel, Dec 01 2019
MATHEMATICA
Floor[Pochhammer[5/12, Range[0, 25]]] (* G. C. Greubel, Dec 01 2019 *)
PROG
(PARI) x=5/12; vector(26, n, gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Dec 01 2019
(Magma) [Floor(Gamma(n+5/12)/Gamma(5/12)): n in [0..25]]; // G. C. Greubel, Dec 01 2019
(Sage) [floor(rising_factorial(5/12, n)) for n in (0..25)] # G. C. Greubel, Dec 01 2019
CROSSREFS
Sequence in context: A024051 A180908 A212419 * A318365 A093426 A182435
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 May 14 03:31 EDT 2024. Contains 372528 sequences. (Running on oeis4.)