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.

A094997 a(n) = floor(11^n/9^n).

This page as a plain text file.
%I A094997 #11 Sep 08 2022 08:45:13
%S A094997 1,1,1,1,2,2,3,4,4,6,7,9,11,13,16,20,24,30,37,45,55,67,82,101,123,150,
%T A094997 184,225,275,336,411,503,614,751,918,1122,1372,1677,2049,2505,3062,
%U A094997 3742,4574,5590,6832,8351,10207,12475,15247,18636,22777,27839,34025,41587
%N A094997 a(n) = floor(11^n/9^n).
%H A094997 Vincenzo Librandi, <a href="/A094997/b094997.txt">Table of n, a(n) for n = 0..900</a>
%t A094997 Table[ Floor[(11/9)^n], {n, 0, 30}]
%o A094997 (Magma)[Floor(11^n / 9^n): n in [0..70]]; // _Vincenzo Librandi_, Sep 09 2011
%Y A094997 Cf. A002379, A094969-A094999.
%K A094997 nonn,easy
%O A094997 0,5
%A A094997 _Robert G. Wilson v_, May 26 2004