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.

A094999 a(n) = floor(12^n/11^n).

This page as a plain text file.
%I A094999 #19 Sep 08 2022 08:45:13
%S A094999 1,1,1,1,1,1,1,1,2,2,2,2,2,3,3,3,4,4,4,5,5,6,6,7,8,8,9,10,11,12,13,14,
%T A094999 16,17,19,21,22,25,27,29,32,35,38,42,45,50,54,59,65,71,77,84,92,100,
%U A094999 109,119,130,142,155,169,185,201,220,240,262,285,311,340,371,404,441,481
%N A094999 a(n) = floor(12^n/11^n).
%H A094999 Vincenzo Librandi, <a href="/A094999/b094999.txt">Table of n, a(n) for n = 0..900</a>
%F A094999 It appears that a(n) = floor(2^(n/8)). - Yakov Shusterman (yakov(AT)mobli.com), Dec 07 2008
%t A094999 Table[ Floor[(12/11)^n], {n, 0, 71}]
%o A094999 (Magma) [Floor(12^n / 11^n): n in [0..80]]; // _Vincenzo Librandi_, Sep 08 2011
%o A094999 (Maxima) A094999(n):=floor(12^n/11^n)$ makelist(A094999(n),n,0,60); /* _Martin Ettl_, Oct 25 2012 */
%o A094999 (PARI) a(n)=12^n\11^n \\ _Charles R Greathouse IV_, Feb 04 2016
%Y A094999 Cf. A002379, A094969-A094997.
%K A094999 nonn,easy
%O A094999 0,9
%A A094999 _Robert G. Wilson v_, May 26 2004