login
This site is supported by donations 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)^p)/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)^9/floor(3/2)^3) = 19 is the smallest integer value > 1 of the form floor((3/2)^p)/floor(3/2)^3)

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,19

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) ) } [From Harry J. Smith, Oct 25 2009]

CROSSREFS

Cf. A002379

Sequence in context: A096481 A176618 A153653 * A038031 A132129 A125611

Adjacent sequences:  A065640 A065641 A065642 * A065644 A065645 A065646

KEYWORD

nonn

AUTHOR

Benoit Cloitre, Dec 03 2001

EXTENSIONS

Next term is too large to include.

STATUS

approved

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 May 19 22:13 EDT 2013. Contains 225436 sequences.