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 A094982 #11 Sep 08 2022 08:45:13 %S A094982 1,2,7,20,57,157,432,1189,3270,8994,24735,68023,187064,514428,1414678, %T A094982 3890365,10698505,29420889,80907445,222495474,611862556,1682622029, %U A094982 4627210579,12724829094,34993280009,96231520027,264636680074 %N A094982 a(n) = floor(11^n/4^n). %H A094982 Vincenzo Librandi, <a href="/A094982/b094982.txt">Table of n, a(n) for n = 0..900</a> %t A094982 Table[ Floor[(11/4)^n], {n, 0, 30}] %o A094982 (Magma) [Floor(11^n / 4^n): n in [0..30]]; // _Vincenzo Librandi_, Sep 08 2011 %Y A094982 Cf. A002379, A094969 - A094999. %K A094982 nonn,easy %O A094982 0,2 %A A094982 _Robert G. Wilson v_, May 26 2004