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.

A091946 a(n) = floor(11^n/10^n).

This page as a plain text file.
%I A091946 #12 Sep 08 2022 08:45:13
%S A091946 1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,4,4,5,5,6,6,7,8,8,9,10,11,13,14,15,17,
%T A091946 19,21,23,25,28,30,34,37,41,45,49,54,60,66,72,80,88,97,106,117,129,
%U A091946 142,156,171,189,207,228,251,276,304,334,368,405,445,490,539,593,652,717,789
%N A091946 a(n) = floor(11^n/10^n).
%H A091946 Vincenzo Librandi, <a href="/A091946/b091946.txt">Table of n, a(n) for n = 0..900</a>
%F A091946 a(n) = floor(1.1^n) = floor(A001020(n)/A011557(n)).
%e A091946 a(2) = floor(1.1^2) = floor(1.21) = 1.
%t A091946 Table[ Floor[(11/10)^n], {n, 0, 70}]
%o A091946 (Magma) [Floor(11^n / 10^n): n in [0..70]]; // _Vincenzo Librandi_, Sep 08 2011
%Y A091946 Cf. A001020, A011557.
%Y A091946 Cf. A002379, A094969-A094500, A091947.
%K A091946 nonn,easy
%O A091946 0,9
%A A091946 _Reinhard Zumkeller_, Feb 16 2004
%E A091946 More terms from _Robert G. Wilson v_, May 26 2004