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.

A020035 Nearest integer to Gamma(n + 5/6)/Gamma(5/6).

This page as a plain text file.
%I A020035 #11 Sep 23 2022 18:10:06
%S A020035 1,1,2,4,17,80,468,3197,25042,221209,2175217,23564850,278850730,
%T A020035 3578584369,49503750432,734305631413,11626505830701,195712848150141,
%U A020035 3490212458677514,65732334638426516,1303691303662125906
%N A020035 Nearest integer to Gamma(n + 5/6)/Gamma(5/6).
%C A020035 Gamma(n + 5/6)/Gamma(5/6) = 1, 5/6, 55/36, 935/216, 21505/1296, 623645/7776, 21827575/46656, 894930575/279936, ... - _R. J. Mathar_, Sep 04 2016
%p A020035 Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
%Y A020035 Cf. A008543, A020080, A020125.
%K A020035 nonn
%O A020035 0,3
%A A020035 _Simon Plouffe_