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!)
A020036 Nearest integer to Gamma(n + 1/6)/Gamma(1/6). 1
1, 0, 0, 0, 1, 6, 29, 177, 1269, 10366, 95020, 966032, 10787363, 131246245, 1728075563, 24481070470, 371296235455, 6002622473192, 103045019123133, 1871984514070245, 35879703186346359, 723574014257984910 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Gamma(n + 1/6)/Gamma(1/6) = 1, 1/6, 7/36, 91/216, 1729/1296, 43225/7776, 1339975/46656, 49579075/279936, 2131900225/1679616, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
With[{c=Gamma[1/6]}, Table[Round[Gamma[n+1/6]/c], {n, 0, 30}]] (* Harvey P. Dale, Jan 08 2022 *)
PROG
(PARI) a(n) = round(gamma(n+1/6)/gamma(1/6)); \\ Michel Marcus, Jun 14 2018
CROSSREFS
Sequence in context: A027248 A192481 A020090 * A294312 A054748 A209112
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 June 5 22:26 EDT 2024. Contains 373110 sequences. (Running on oeis4.)