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!)
A094999 a(n) = floor(12^n/11^n). 29
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 8, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 22, 25, 27, 29, 32, 35, 38, 42, 45, 50, 54, 59, 65, 71, 77, 84, 92, 100, 109, 119, 130, 142, 155, 169, 185, 201, 220, 240, 262, 285, 311, 340, 371, 404, 441, 481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
It appears that a(n) = floor(2^(n/8)). - Yakov Shusterman (yakov(AT)mobli.com), Dec 07 2008
MATHEMATICA
Table[ Floor[(12/11)^n], {n, 0, 71}]
PROG
(Magma) [Floor(12^n / 11^n): n in [0..80]]; // Vincenzo Librandi, Sep 08 2011
(Maxima) A094999(n):=floor(12^n/11^n)$ makelist(A094999(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
(PARI) a(n)=12^n\11^n \\ Charles R Greathouse IV, Feb 04 2016
CROSSREFS
Sequence in context: A244479 A090735 A090736 * A280951 A120202 A141053
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)