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 A020094 #6 Mar 30 2012 18:36:22 %S A020094 1,1,1,1,1,3,13,74,519,4193,38084,384011,4256113,51428024,672849974, %T A020094 9475970455,142929221024,2298778304797,39270796040273,710146895061598, %U A020094 13551969914092153,272168729108017393,5738224038694033365 %N A020094 Ceiling of GAMMA(n+1/12)/GAMMA(1/12). %p A020094 Digits := 64:f := proc(n,x) ceil(GAMMA(n+x)/GAMMA(x)); end; %K A020094 nonn %O A020094 0,6 %A A020094 _Simon Plouffe_