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
2, 19, 19, 5, 211, 5165, 2228, 133, 443, 443, 433936, 433936, 108917231519162597338417004866966084630, 108917231519162597338417004866966084630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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]
Next term is too large to include in the Data section.
LINKS
PROG
(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
CROSSREFS
Cf. A002379.
Sequence in context: A176618 A356477 A153653 * A038031 A229264 A132129
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Dec 03 2001
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)