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!)
A020007 Nearest integer to Gamma(n + 8/11)/Gamma(8/11). 2
1, 1, 1, 3, 13, 60, 346, 2326, 17972, 156848, 1525708, 16366685, 191936577, 2442829156, 33533382055, 493855262996, 7766996408941, 129920667204110, 2303139100436492, 43131514062719763, 850867141055471684 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Gamma(n + 8/11)/Gamma(8/11) = 1, 8/11, 152/121, 4560/1331, 186960/14641, 9721920/161051, 612480960/1771561, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n + 8/11]/Gamma[8/11]], {n, 0, 50}] (* G. C. Greubel, Jan 19 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+8/11)/gamma(8/11)), ", ")) \\ G. C. Greubel, Jan 19 2018
(Magma) [Round(Gamma(n +8/11)/Gamma(8/11)): n in [0..30]]; // G. C. Greubel, Jan 19 2018
CROSSREFS
Sequence in context: A340416 A340417 A292796 * A112731 A106884 A232611
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)