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 A120201 #6 May 04 2017 08:51:09 %S A120201 8,9,11,12,13,15,17,19,21,24,27,30,34,38,43,49,55,62,69,78,88,99,111, %T A120201 125,141,158,178,200,225,253,285,321,361,406,457,514,578,650,731,823, %U A120201 926,1041,1172,1318,1483,1668,1877,2111,2375,2672,3006,3382,3805,4280 %N A120201 a(1)=8; a(n)=floor((71+sum(a(1) to a(n-1)))/8). %H A120201 Harvey P. Dale, <a href="/A120201/b120201.txt">Table of n, a(n) for n = 1..1000</a> %t A120201 nxt[{s_,a_}]:=Module[{c=Floor[(s+71)/8]},{s+c,c}]; NestList[nxt,{8,8},50][[All,2]] (* _Harvey P. Dale_, May 04 2017 *) %Y A120201 Cf. A073941, A112088, A072493. %K A120201 nonn %O A120201 1,1 %A A120201 _Graeme McRae_, Jun 10 2006 %E A120201 More terms from _Harvey P. Dale_, May 04 2017