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!)
A090893 Solutions x to equation floor(x*r*floor(x/r)) = floor(x/r*floor(x*r)) when r=sqrt(3). 1
0, 1, 2, 4, 7, 9, 14, 16, 21, 23, 26, 28, 30, 33, 35, 40, 42, 47, 49, 52, 54, 56, 59, 61, 66, 68, 73, 75, 78, 80, 85, 87, 92, 94, 97, 99, 101, 104, 106, 111, 113, 118, 120, 123, 125, 127, 130, 132, 137, 139, 144, 146, 149, 151, 156, 158, 163, 165, 170, 172, 175, 177 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
It seems that a(n) = 3*n + o(n); conjecture : a(n) = 3*n + O(1).
MATHEMATICA
With[{r = Sqrt[3]}, Select[Range[0, 200], Floor[#*r*Floor[#/r]] == Floor[(#/r)*Floor[#*r]] &]] (* G. C. Greubel, Feb 06 2019 *)
PROG
(PARI) r=sqrt(3); for(n=0, 200, if(floor(n*r*floor(n/r))==floor(n/r*floor(n*r)), print1(n, ", ")))
CROSSREFS
Cf. A001519.
Sequence in context: A099847 A014817 A326502 * A100486 A139533 A227116
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 15 2004
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)