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 A129792 #12 Sep 08 2022 08:45:30 %S A129792 8,32,171,1024,6554,43691,299594,2097152,14913081,107374183,780903145, %T A129792 5726623062,42288908761,314146179365,2345624805923,17592186044416, %U A129792 132458812569721,1000799917193444,7585009898729257 %N A129792 a(n) = ceiling(8^n/n). %H A129792 Vincenzo Librandi, <a href="/A129792/b129792.txt">Table of n, a(n) for n = 1..1000</a> %t A129792 With[{nn=20},Ceiling[8^Range[nn]/Range[nn]]] (* _Harvey P. Dale_, Feb 19 2014 *) %o A129792 (Magma) [Ceiling(8^n/n):n in [1..20]]; // _Vincenzo Librandi_, Oct 03 2011 %Y A129792 Cf. A053638. %K A129792 nonn,easy %O A129792 1,1 %A A129792 _Mohammad K. Azarian_, May 18 2007