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!)
A020028 Nearest integer to Gamma(n + 1/8)/Gamma(1/8). 0
1, 0, 0, 0, 1, 4, 20, 121, 862, 7000, 63876, 646743, 7195013, 87239530, 1145018832, 16173391002, 244622538903, 3944538439806, 67550220781672, 1224347751667801, 23415650750646696, 471239971356764754 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Gamma(n + 1/8)/Gamma(1/8) = 1, 1/8, 9/64, 153/512, 3825/4096, 126225/32768, 5175225/262144, 253586025/2097152, ... - 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+1/8]/Gamma[1/8]], {n, 0, 30}] (* Harvey P. Dale, Sep 05 2020 *)
CROSSREFS
Sequence in context: A370653 A001715 A304069 * A020118 A009351 A121553
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 September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)