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 A020114 #6 Mar 30 2012 18:36:22 %S A020114 1,1,1,1,1,4,18,105,741,6006,54718,553254,6147264,74450194,976124761, %T A020114 13774204959,208143541602,3353423725802,57380805974820, %U A020114 1039230152655058,19860842917407766,399423618672311730 %N A020114 Ceiling of GAMMA(n+1/9)/GAMMA(1/9). %p A020114 Digits := 64:f := proc(n,x) ceil(GAMMA(n+x)/GAMMA(x)); end; %K A020114 nonn %O A020114 0,6 %A A020114 _Simon Plouffe_