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

 


A094978
a(n) = floor(11^n/3^n).
1
1, 3, 13, 49, 180, 662, 2430, 8910, 32671, 119796, 439252, 1610592, 5905506, 21653524, 79396256, 291119607, 1067438559, 3913941385, 14351118413, 52620767516, 192942814227, 707456985499, 2594008946832, 9511366138386
OFFSET
0,2
LINKS
MATHEMATICA
Table[ Floor[(11/3)^n], {n, 0, 30}]
PROG
(Magma) [Floor(11^n / 3^n): n in [0..30]]; // Vincenzo Librandi, Sep 08 2011
(Maxima) A094978(n):=floor(11^n/3^n)$ makelist(A094978(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
(PARI) a(n) = 11^n\3^n; \\ Altug Alkan, Sep 08 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, May 26 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 03:37 EDT 2024. Contains 376016 sequences. (Running on oeis4.)