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!)
A020002 Nearest integer to Gamma(n + 7/12)/Gamma(7/12). 2
1, 1, 1, 2, 9, 39, 219, 1440, 10923, 93755, 898484, 9508956, 110145409, 1385996396, 18826451052, 274552411176, 4278441740820, 70950825535270, 1247552015661833, 23183674957715736, 454013634588599834 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) equals A020047(n) or A020092(n). - R. J. Mathar, May 18 2007
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n + 7/12]/Gamma[7/12]], {n, 0, 29}] (* G. C. Greubel, Jan 19 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+7/12)/gamma(7/12)), ", ")) \\ G. C. Greubel, Jan 19 2018
(Magma) [Round(Gamma(n +7/12)/Gamma(7/12)): n in [0..30]]; // G. C. Greubel, Jan 19 2018
CROSSREFS
Sequence in context: A151017 A151018 A096359 * A346687 A120700 A075873
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 3 06:31 EDT 2024. Contains 372206 sequences. (Running on oeis4.)