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!)
A020022 Nearest integer to Gamma(n + 4/9)/Gamma(4/9). 2
1, 0, 1, 2, 5, 24, 131, 843, 6275, 52988, 500442, 5226842, 59818300, 744405515, 10008118595, 144561713037, 2232675345794, 36715105686391, 640474621418148, 11813198572823623, 229701083360459334, 4696111037591613052 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Gamma(n + 4/9)/Gamma(4/9) = 1, 4/9, 52/81, 1144/729, 35464/6561, 1418560/59049, 69509440/531441, 4031547520/4782969, ... - 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 + 4/9]/Gamma[4/9]], {n, 0, 50}] (* G. C. Greubel, Feb 03 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+4/9)/gamma(4/9)), ", ")) \\ G. C. Greubel, Feb 03 2018
(Magma) [Round(Gamma(n +4/9)/Gamma(4/9)): n in [0..30]]; // G. C. Greubel, Feb 03 2018
CROSSREFS
Sequence in context: A330512 A194349 A208969 * A026073 A054131 A086635
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)