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!)
A094993 a(n) = floor(11^n/7^n). 1
1, 1, 2, 3, 6, 9, 15, 23, 37, 58, 91, 144, 226, 356, 559, 879, 1382, 2172, 3414, 5365, 8431, 13249, 20820, 32717, 51412, 80791, 126958, 199505, 313509, 492657, 774175, 1216561, 1911739, 3004161, 4720825, 7418439, 11657548, 18319004, 28787007 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[ Floor[(11/7)^n], {n, 0, 30}]
PROG
(Magma)[Floor(11^n / 7^n): n in [0..50]]; // Vincenzo Librandi, Sep 09 2011
(Maxima) A094993(n):=floor(11^n/7^n)$ makelist(A094993(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Sequence in context: A326595 A217067 A014214 * A365071 A192671 A080239
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 March 19 06:17 EDT 2024. Contains 370952 sequences. (Running on oeis4.)