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 A056186 #2 Mar 30 2012 17:30:25 %S A056186 1,2,4,9,19,39,77,143,259,452,767,1267,2043,3223,4986,7573,11311, %T A056186 16634,24114,34497,48744,68083,94072,128672,174333,234091,311692, %U A056186 411723,539773,702614,908407,1166943,1489914 %N A056186 Sum of a(n) terms of 1/k^(9/10) first exceeds n. %t A056186 s = 0; k = 1; Do[ While[ s <= n, s = s + N[ 1/k^(9/10), 24 ]; k++ ]; Print[ k - 1 ], {n, 1, 32} ] %Y A056186 Cf. A019529 and A002387. %K A056186 nonn %O A056186 0,2 %A A056186 _Robert G. Wilson v_, Aug 01 2000