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!)
A020110 Ceiling of Gamma(n + 7/9)/Gamma(7/9). 2
1, 1, 2, 4, 15, 70, 401, 2715, 21116, 185346, 1812264, 19532171, 230045569, 2939471158, 40499380397, 598490843643, 9442855533027, 158430131720784, 2816535675036147, 52888281009012093, 1046012668844905827 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Ceiling[Gamma[n + 7/9]/Gamma[7/9]], {n, 0, 29}] (* Alonso del Arte, Jun 17 2018 *)
PROG
(PARI) a(n) = ceil(gamma(n + 7/9)/gamma(7/9)); \\ Michel Marcus, Jun 21 2018
CROSSREFS
Sequence in context: A112281 A316661 A014517 * A290024 A292757 A182449
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)