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!)
A094988 a(n) = floor(7^n/6^n). 1

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

%S 1,1,1,1,1,2,2,2,3,4,4,5,6,7,8,10,11,13,16,18,21,25,29,34,40,47,55,64,

%T 74,87,101,118,138,161,188,220,257,299,349,408,476,555,648,756,882,

%U 1029,1201,1401,1634,1907,2225,2595,3028,3533,4122,4809,5610,6545,7636,8909

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

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

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

%o (Magma) [Floor(7^n / 6^n): n in [0..60]]; // _Vincenzo Librandi_, Sep 09 2011

%Y Cf. A002379, A094969-A094999.

%K nonn,easy

%O 0,6

%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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)