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 A094985 #11 Sep 08 2022 08:45:13 %S A094985 1,1,2,4,6,10,16,26,42,68,109,175,281,450,720,1152,1844,2951,4722, %T A094985 7555,12089,19342,30948,49517,79228,126765,202824,324518,519229, %U A094985 830767,1329227,2126764,3402823,5444517,8711228,13937965,22300745,35681192 %N A094985 a(n) = floor(8^n/5^n). %H A094985 Vincenzo Librandi, <a href="/A094985/b094985.txt">Table of n, a(n) for n = 0..1000</a> %t A094985 Table[ Floor[(8/5)^n], {n, 0, 30}] %o A094985 (Magma) [Floor(8^n / 5^n): n in [0..50]]; // _Vincenzo Librandi_, Sep 08 2011 %Y A094985 Cf. A002379, A094969 - A094999. %K A094985 nonn,easy %O A094985 0,3 %A A094985 _Robert G. Wilson v_, May 26 2004