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!)
A094975 a(n) = floor(7^n/3^n). 1
1, 2, 5, 12, 29, 69, 161, 376, 878, 2050, 4783, 11162, 26044, 60771, 141799, 330865, 772020, 1801380, 4203220, 9807513, 22884198, 53396463, 124591747, 290714077, 678332846, 1582776641, 3693145496, 8617339492, 20107125483, 46916626127 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[ Floor[(7/3)^n], {n, 0, 30}]
PROG
(Magma) [Floor(7^n / 3^n): n in [0..40]]; // Vincenzo Librandi, Sep 08 2011
(PARI) a(n)=7^n\3^n \\ Charles R Greathouse IV, Sep 08 2011
(Maxima) A094975(n):=floor(7^n/3^n)$ makelist(A094975(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Sequence in context: A131045 A182555 A026721 * A067687 A291235 A130009
KEYWORD
easy,nonn
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 23 12:58 EDT 2024. Contains 371913 sequences. (Running on oeis4.)