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 A056184 #2 Mar 30 2012 17:30:25 %S A056184 1,2,4,8,17,34,63,112,192,317,508,794,1212,1810,2653,3821,5417,7567, %T A056184 10431,14201,19113,25453,33561,43845,56787,72957,93020,117754,148061, %U A056184 184987,229732,283675,348391,425675,517564,626361,754667,905407 %N A056184 Sum of a(n) terms of 1/k^(7/8) first exceeds n. %t A056184 s = 0; k = 1; Do[ While[ s <= n, s = s + N[ 1/k^(7/8), 24 ]; k++ ]; Print[ k - 1 ], {n, 1, 39} ] %Y A056184 Cf. A019529 and A002387. %K A056184 nonn %O A056184 0,2 %A A056184 _Robert G. Wilson v_, Aug 01 2000