login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094995 a(n) = floor(11^n/8^n). 1

%I #11 Sep 08 2022 08:45:13

%S 1,1,1,2,3,4,6,9,12,17,24,33,45,62,86,118,163,224,308,424,583,802,

%T 1103,1516,2085,2867,3943,5422,7455,10251,14095,19381,26649,36642,

%U 50383,69277,95257,130978,180095,247631,340492,468177,643744,885148,1217078

%N a(n) = floor(11^n/8^n).

%H Vincenzo Librandi, <a href="/A094995/b094995.txt">Table of n, a(n) for n = 0..900</a>

%t Table[ Floor[(11/8)^n], {n, 0, 30}]

%o (Magma)[Floor(11^n / 8^n): n in [0..50]]; // _Vincenzo Librandi_, Sep 09 2011

%Y Cf. A002379, A094969-A094999.

%K nonn,easy

%O 0,4

%A _Robert G. Wilson v_, May 26 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)