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 A094984 #16 Sep 08 2022 08:45:13 %S A094984 1,1,1,2,3,5,7,10,14,20,28,40,56,79,111,155,217,304,426,597,836,1171, %T A094984 1639,2295,3214,4499,6299,8819,12347,17286,24201,33882,47434,66408, %U A094984 92972,130161,182225,255115,357162,500026,700037,980052,1372073,1920903 %N A094984 a(n) = floor(7^n/5^n). %H A094984 Vincenzo Librandi, <a href="/A094984/b094984.txt">Table of n, a(n) for n = 0..1000</a> %t A094984 Table[ Floor[(7/5)^n], {n, 0, 30}] %o A094984 (Magma) [Floor(7^n / 5^n): n in [0..50]]; // _Vincenzo Librandi_, Sep 08 2011 %o A094984 (Maxima) A094984(n):=floor(7^n/5^n)$ makelist(A094984(n),n,0,60); /* _Martin Ettl_, Oct 25 2012 */ %Y A094984 Cf. A002379, A094969 - A094999. %K A094984 nonn,easy %O A094984 0,4 %A A094984 _Robert G. Wilson v_, May 26 2004