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!)
A020019 Nearest integer to Gamma(n + 8/9)/Gamma(8/9). 2
1, 1, 2, 5, 19, 92, 543, 3741, 29513, 262341, 2594262, 28248627, 335844793, 4328666215, 60120364101, 895125421053, 14222548356739, 240203038913808, 4296965473902563, 81164903395937306, 1614279745319197539, 33720510235556570814 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Gamma(n + 8/9)/Gamma(8/9) = 1, 8/9, 136/81, 3536/729, 123760/6561, 5445440/59049, 288608320/531441, 17893715840/4782969, ...
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
f[n_] := Round[Gamma[n + 8/9]/Gamma[8/9]]; Array[f, 22, 0] (* Robert G. Wilson v, Sep 13 2013 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+8/9)/gamma(8/9)), ", ")) \\ G. C. Greubel, Feb 03 2018
(Magma) [Round(Gamma(n +8/9)/Gamma(8/9)): n in [0..30]]; // G. C. Greubel, Feb 03 2018
CROSSREFS
Sequence in context: A020115 A103816 A052169 * A020109 A020015 A363210
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 19 04:28 EDT 2024. Contains 372666 sequences. (Running on oeis4.)