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 A145003 #6 Nov 08 2013 12:19:41 %S A145003 6,53,6221,891830563,950677235679298964, %T A145003 2245647960428048728674383451656707058, %U A145003 11636905679093503238901947768600244923435901955366623291532461461126244496 %N A145003 Denominators of an Egyptian fraction for 1/sqrt(29) = 0.185695338... (A020786). %t A145003 a = {}; k = N[1/Sqrt[29], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a %Y A145003 Cf. A069139, A006487, A006526, A006525, A006524, A001466, A110820, A117116, A118323, A118324, A118325, A144835, A132480-A132574, A069261, A144984-A145003. %K A145003 frac,nonn %O A145003 1,1 %A A145003 _Artur Jasinski_, Sep 28 2008