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

%I #19 Sep 08 2022 08:45:13

%S 1,2,5,12,29,69,161,376,878,2050,4783,11162,26044,60771,141799,330865,

%T 772020,1801380,4203220,9807513,22884198,53396463,124591747,290714077,

%U 678332846,1582776641,3693145496,8617339492,20107125483,46916626127

%N a(n) = floor(7^n/3^n).

%H Vincenzo Librandi, <a href="/A094975/b094975.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[ Floor[(7/3)^n], {n, 0, 30}]

%o (Magma) [Floor(7^n / 3^n): n in [0..40]]; // _Vincenzo Librandi_, Sep 08 2011

%o (PARI) a(n)=7^n\3^n \\ _Charles R Greathouse IV_, Sep 08 2011

%o (Maxima) A094975(n):=floor(7^n/3^n)$ makelist(A094975(n),n,0,60); /* _Martin Ettl_, Oct 25 2012 */

%Y Cf. A000244, A000420.

%Y Cf. A002379, A094969 - A094999.

%K easy,nonn

%O 0,2

%A _Robert G. Wilson v_, May 26 2004

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 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)