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 A120192 #4 Sep 06 2012 16:37:50 %S A120192 7,8,10,11,13,14,16,19,21,24,28,32,36,42,48,54,62,71,81,93,106,121, %T A120192 138,158,181,207,236,270,308,352,403,460,526,601,687,785,897,1025, %U A120192 1172,1339 %N A120192 a(1)=7; a(n)=floor((55+sum(a(1) to a(n-1)))/7). %t A120192 Module[{lst={7}},Do[AppendTo[lst,Floor[(55+Total[lst])/7]],{40}];lst] (* _Harvey P. Dale_, Sep 06 2012 *) %Y A120192 Cf. A073941, A112088, A072493. %K A120192 nonn %O A120192 1,1 %A A120192 _Graeme McRae_, Jun 10 2006