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!)
A065643 Smallest integer value > 1 of the form floor((3/2)^k)/floor((3/2)^n). 1

%I #19 Jun 18 2018 03:15:14

%S 2,19,19,5,211,5165,2228,133,443,443,433936,433936,

%T 108917231519162597338417004866966084630,

%U 108917231519162597338417004866966084630

%N Smallest integer value > 1 of the form floor((3/2)^k)/floor((3/2)^n).

%C a(3) = 19 because floor((3/2)^10)/floor((3/2)^3) = 19 is the smallest integer value > 1 of the form floor((3/2)^k)/floor((3/2)^3). [corrected by _Michel Marcus_, Jun 15 2018]

%C Next term is too large to include in the Data section.

%H Harry J. Smith, <a href="/A065643/b065643.txt">Table of n, a(n) for n = 1..19</a>

%o (PARI) { for (n=1, 19, p=0; while ((a=floor((3/2)^p)/floor((3/2)^n)) < 2 || frac(a) > 0, p++); write("b065643.txt", n, " ", a) ) } \\ _Harry J. Smith_, Oct 25 2009

%Y Cf. A002379.

%K nonn

%O 1,1

%A _Benoit Cloitre_, Dec 03 2001

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)