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

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

%S 1,1,2,4,6,10,16,26,42,68,109,175,281,450,720,1152,1844,2951,4722,

%T 7555,12089,19342,30948,49517,79228,126765,202824,324518,519229,

%U 830767,1329227,2126764,3402823,5444517,8711228,13937965,22300745,35681192

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

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

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

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

%Y Cf. A002379, A094969 - A094999.

%K nonn,easy

%O 0,3

%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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)