login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094975 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; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..1000

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

CROSSREFS

Cf. A002379, A094969 - A094500.

Sequence in context: A079864 A131045 A026721 * A067687 A130009 A048624

Adjacent sequences:  A094972 A094973 A094974 * A094976 A094977 A094978

KEYWORD

easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 26 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:46 EST 2012. Contains 206011 sequences.