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.

A094995 a(n) = floor(11^n/8^n).

This page as a plain text file.
%I A094995 #11 Sep 08 2022 08:45:13
%S A094995 1,1,1,2,3,4,6,9,12,17,24,33,45,62,86,118,163,224,308,424,583,802,
%T A094995 1103,1516,2085,2867,3943,5422,7455,10251,14095,19381,26649,36642,
%U A094995 50383,69277,95257,130978,180095,247631,340492,468177,643744,885148,1217078
%N A094995 a(n) = floor(11^n/8^n).
%H A094995 Vincenzo Librandi, <a href="/A094995/b094995.txt">Table of n, a(n) for n = 0..900</a>
%t A094995 Table[ Floor[(11/8)^n], {n, 0, 30}]
%o A094995 (Magma)[Floor(11^n / 8^n): n in [0..50]]; // _Vincenzo Librandi_, Sep 09 2011
%Y A094995 Cf. A002379, A094969-A094999.
%K A094995 nonn,easy
%O A094995 0,4
%A A094995 _Robert G. Wilson v_, May 26 2004