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 A120184 #8 Apr 07 2019 17:34:16 %S A120184 8,9,10,12,14,16,19,22,26,30,35,41,48,56,65,76,89,104,121,141,165,192, %T A120184 224,261,305,356,415,484,565,659,769,897,1047,1221,1425,1662,1939, %U A120184 2262,2639,3079 %N A120184 a(1)=8; a(n)=floor((48+sum(a(1) to a(n-1)))/6). %H A120184 Harvey P. Dale, <a href="/A120184/b120184.txt">Table of n, a(n) for n = 1..1000</a> %t A120184 nxt[{t_,a_}]:=With[{c=Floor[(48+t)/6]},{t+c,c}]; NestList[nxt,{8,8},40][[All,2]] (* _Harvey P. Dale_, Apr 07 2019 *) %Y A120184 Cf. A073941, A112088, A072493. %K A120184 nonn %O A120184 1,1 %A A120184 _Graeme McRae_, Jun 10 2006