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.
%I A020034 #11 Sep 23 2022 21:53:24 %S A020034 1,0,0,0,1,5,23,144,1028,8370,76527,776207,8649165,105025576, %T A020034 1380336142,19521896861,295617295326,4772107767405,81807561726950, %U A020034 1484222905617529,28412267050392705,572304236300767347 %N A020034 Nearest integer to Gamma(n + 1/7)/Gamma(1/7). %C A020034 Gamma(n + 1/7)/Gamma(1/7) = 1, 1/7, 8/49, 120/343, 2640/2401, 76560/16807, 2756160/117649, 118514880/823543, ... - _R. J. Mathar_, Sep 04 2016 %p A020034 Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end; %Y A020034 Cf. A045754, A020079, A020124. %K A020034 nonn %O A020034 0,6 %A A020034 _Simon Plouffe_