cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A020124 Ceiling of GAMMA(n+1/7)/GAMMA(1/7).

This page as a plain text file.
%I A020124 #6 Mar 30 2012 18:36:22
%S A020124 1,1,1,1,2,5,24,144,1028,8371,76528,776208,8649166,105025576,
%T A020124 1380336142,19521896862,295617295327,4772107767406,81807561726951,
%U A020124 1484222905617530,28412267050392706,572304236300767348
%N A020124 Ceiling of GAMMA(n+1/7)/GAMMA(1/7).
%p A020124 Digits := 64:f := proc(n,x) ceil(GAMMA(n+x)/GAMMA(x)); end;
%K A020124 nonn
%O A020124 0,5
%A A020124 _Simon Plouffe_