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 A127116 #2 Mar 31 2012 10:22:03 %S A127116 1,1,2,6,26,143,880,6820,61270,612700,6740700,83088500,1211283600, %T A127116 17058212600,270017301300,4560302022000,82065335385000, %U A127116 1648341372414000,34076827548280000,725735500635080000,17178403115182870000 %N A127116 n! in base 9. %t A127116 b = Table[IntegerDigits[n!, 9], {n, 1, 15}]; a = {}; Do[AppendTo[a, FromDigits[b[[x]]]], {x, 1, Length[b]}]; a (*Artur Jasinski*) %Y A127116 Cf. A127109, A127110, A036603, A127112, A127113, A127114, A127115, A127116. %K A127116 nonn %O A127116 0,3 %A A127116 _Artur Jasinski_, Jan 05 2007