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 A094983 #11 Sep 08 2022 08:45:13 %S A094983 1,1,1,1,2,2,2,3,4,5,6,7,8,10,12,15,18,22,26,31,38,46,55,66,79,95,114, %T A094983 137,164,197,237,284,341,410,492,590,708,850,1020,1224,1469,1763,2116, %U A094983 2539,3047,3657,4388,5266,6319,7583,9100,10920,13104,15725,18870,22644 %N A094983 a(n) = floor(6^n/5^n). %H A094983 Vincenzo Librandi, <a href="/A094983/b094983.txt">Table of n, a(n) for n = 0..1000</a> %t A094983 Table[ Floor[(6/5)^n], {n, 0, 30}] %o A094983 (Magma) [Floor(6^n / 5^n): n in [0..60]]; // _Vincenzo Librandi_, Sep 08 2011 %Y A094983 Cf. A002379, A094969 - A094999. %K A094983 nonn,easy %O A094983 0,5 %A A094983 _Robert G. Wilson v_, May 26 2004