VOOZH
about
URL: https://oeis.org/A094985
⇱ A094985 - OEIS
login
A094985
a(n) = floor(8^n/5^n).
1
1, 1, 2, 4, 6, 10, 16, 26, 42, 68, 109, 175, 281, 450, 720, 1152, 1844, 2951, 4722, 7555, 12089, 19342, 30948, 49517, 79228, 126765, 202824, 324518, 519229, 830767, 1329227, 2126764, 3402823, 5444517, 8711228, 13937965, 22300745, 35681192
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 0..1000
MATHEMATICA
Table[ Floor[(8/5)^n], {n, 0, 30}]
PROG
(Magma) [Floor(8^n / 5^n): n in [0..50]]; //
Vincenzo Librandi
, Sep 08 2011
CROSSREFS
Cf.
A002379
,
A094969
-
A094999
.
Sequence in context:
A227572
A080432
A381357
*
A336662
A364580
A128588
Adjacent sequences:
A094982
A094983
A094984
*
A094986
A094987
A094988
KEYWORD
nonn
,
easy
AUTHOR
Robert G. Wilson v
, May 26 2004
STATUS
approved