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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A108946 A352028 A048482 * A251743 A178934 A218420
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, May 26 2004
STATUS
approved

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