cp's OEIS Frontend

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.

A094990 a(n) = floor(8^n/7^n).

This page as a plain text file.
%I A094990 #18 Sep 08 2022 08:45:13
%S A094990 1,1,1,1,1,1,2,2,2,3,3,4,4,5,6,7,8,9,11,12,14,16,18,21,24,28,32,36,42,
%T A094990 48,54,62,71,81,93,107,122,139,159,182,208,238,272,311,356,407,465,
%U A094990 531,607,694,793,906,1036,1184,1353,1547,1768,2020,2309,2639,3016,3447,3940
%N A094990 a(n) = floor(8^n/7^n).
%H A094990 Vincenzo Librandi, <a href="/A094990/b094990.txt">Table of n, a(n) for n = 0..1000</a>
%t A094990 Table[ Floor[(8/7)^n], {n, 0, 62}]
%o A094990 (Magma) [Floor(8^n / 7^n): n in [0..60]]; // _Vincenzo Librandi_, Sep 09 2011
%o A094990 (Maxima) A094990(n):=floor(8^n/7^n)$ makelist(A094990(n),n,0,60); /* _Martin Ettl_, Oct 25 2012 */
%Y A094990 Cf. A002379, A094969-A094999.
%K A094990 nonn,easy
%O A094990 0,7
%A A094990 _Robert G. Wilson v_, May 26 2004