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 A144985 #2 Mar 31 2012 10:22:10 %S A144985 3,14,287,484228,624850913463,832896370765715143490072, %T A144985 7620764031777359266114991754446899201236457828088, %U A144985 74466937067918173179787895367258766085493130434332689333832927329763999409894621431449951498850730 %N A144985 Denominators of an Egyptian fraction for 1/Sqrt[6]=0.408248290463863... %t A144985 a = {}; k = N[1/Sqrt[6], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*) %Y A144985 A069139, A006487, A006526, A006525, A006524, A001466, A110820, A117116, A118323, A118324, A118325, A144835, A132480-A132574, A069261, A144984-A145003 %K A144985 frac,nonn %O A144985 1,1 %A A144985 _Artur Jasinski_, Sep 28 2008