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!)
A020077 a(n) = floor( Gamma(n+3/7)/Gamma(3/7) ). 7
1, 0, 0, 1, 5, 22, 122, 787, 5852, 49330, 465112, 4850460, 55433829, 688963306, 9251792972, 133490155743, 2059562402902, 33835668047686, 589707357402530, 10867464157846629, 211139303638163096, 4313274345751046120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
seq(floor(pochhammer(3/7, n)), n = 0..25); # G. C. Greubel, Nov 17 2019
MATHEMATICA
Floor[Pochhammer[3/7, Range[0, 25]]] (* G. C. Greubel, Nov 17 2019 *)
PROG
(PARI) vector(26, n, my(x=3/7); gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Nov 17 2019
(Magma) [Floor(Gamma(n+3/7)/Gamma(3/7)): n in [0..25]]; // G. C. Greubel, Nov 17 2019
(Sage) [floor(rising_factorial(3/7, n)) for n in (0..25)] # G. C. Greubel, Nov 17 2019
CROSSREFS
Cf. A220608.
Sequence in context: A062794 A036235 A159596 * A265998 A203265 A355886
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 19 09:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)