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.

A094994 a(n) = floor(9^n/8^n).

This page as a plain text file.
%I A094994 #11 Sep 08 2022 08:45:13
%S A094994 1,1,1,1,1,1,2,2,2,2,3,3,4,4,5,5,6,7,8,9,10,11,13,15,16,19,21,24,27,
%T A094994 30,34,38,43,48,54,61,69,78,87,98,111,125,140,158,178,200,225,253,285,
%U A094994 320,361,406,457,514,578,650,732,823,926,1042,1172,1319,1484,1669,1878,2113
%N A094994 a(n) = floor(9^n/8^n).
%H A094994 Vincenzo Librandi, <a href="/A094994/b094994.txt">Table of n, a(n) for n = 0..1000</a>
%t A094994 Table[ Floor[(9/8)^n], {n, 0, 65}]
%o A094994 (Magma) [Floor(9^n / 8^n): n in [0..70]]; // _Vincenzo Librandi_, Sep 09 2011
%Y A094994 Cf. A002379, A094969-A094999.
%K A094994 nonn,easy
%O A094994 0,7
%A A094994 _Robert G. Wilson v_, May 26 2004