VOOZH
about
URL: https://oeis.org/A094982
⇱ A094982 - OEIS
login
A094982
a(n) = floor(11^n/4^n).
1
1, 2, 7, 20, 57, 157, 432, 1189, 3270, 8994, 24735, 68023, 187064, 514428, 1414678, 3890365, 10698505, 29420889, 80907445, 222495474, 611862556, 1682622029, 4627210579, 12724829094, 34993280009, 96231520027, 264636680074
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 0..900
MATHEMATICA
Table[ Floor[(11/4)^n], {n, 0, 30}]
PROG
(Magma) [Floor(11^n / 4^n): n in [0..30]]; //
Vincenzo Librandi
, Sep 08 2011
CROSSREFS
Cf.
A002379
,
A094969
-
A094999
.
Sequence in context:
A080041
A049681
A027120
*
A292400
A389120
A007460
Adjacent sequences:
A094979
A094980
A094981
*
A094983
A094984
A094985
KEYWORD
nonn
,
easy
AUTHOR
Robert G. Wilson v
, May 26 2004
STATUS
approved