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!)
A094994 a(n) = floor(9^n/8^n). 1

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

%S 1,1,1,1,1,1,2,2,2,2,3,3,4,4,5,5,6,7,8,9,10,11,13,15,16,19,21,24,27,

%T 30,34,38,43,48,54,61,69,78,87,98,111,125,140,158,178,200,225,253,285,

%U 320,361,406,457,514,578,650,732,823,926,1042,1172,1319,1484,1669,1878,2113

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

%H Vincenzo Librandi, <a href="/A094994/b094994.txt">Table of n, a(n) for n = 0..1000</a>

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

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

%Y Cf. A002379, A094969-A094999.

%K nonn,easy

%O 0,7

%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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)