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!)
A094990 a(n) = floor(8^n/7^n). 1
1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 18, 21, 24, 28, 32, 36, 42, 48, 54, 62, 71, 81, 93, 107, 122, 139, 159, 182, 208, 238, 272, 311, 356, 407, 465, 531, 607, 694, 793, 906, 1036, 1184, 1353, 1547, 1768, 2020, 2309, 2639, 3016, 3447, 3940 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
Table[ Floor[(8/7)^n], {n, 0, 62}]
PROG
(Magma) [Floor(8^n / 7^n): n in [0..60]]; // Vincenzo Librandi, Sep 09 2011
(Maxima) A094990(n):=floor(8^n/7^n)$ makelist(A094990(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Sequence in context: A086936 A214129 A280151 * A120178 A120179 A032739
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 May 1 17:43 EDT 2024. Contains 372175 sequences. (Running on oeis4.)