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 A094988 #11 Sep 08 2022 08:45:13 %S A094988 1,1,1,1,1,2,2,2,3,4,4,5,6,7,8,10,11,13,16,18,21,25,29,34,40,47,55,64, %T A094988 74,87,101,118,138,161,188,220,257,299,349,408,476,555,648,756,882, %U A094988 1029,1201,1401,1634,1907,2225,2595,3028,3533,4122,4809,5610,6545,7636,8909 %N A094988 a(n) = floor(7^n/6^n). %H A094988 Vincenzo Librandi, <a href="/A094988/b094988.txt">Table of n, a(n) for n = 0..1000</a> %t A094988 Table[ Floor[(7/6)^n], {n, 0, 30}] %o A094988 (Magma) [Floor(7^n / 6^n): n in [0..60]]; // _Vincenzo Librandi_, Sep 09 2011 %Y A094988 Cf. A002379, A094969-A094999. %K A094988 nonn,easy %O A094988 0,6 %A A094988 _Robert G. Wilson v_, May 26 2004