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!)
A194764 Number of k such that {-k*2^(1/3)} < {-n*2^(1/3)}, where { } = fractional part. 3
1, 1, 1, 4, 3, 2, 1, 7, 5, 3, 1, 10, 7, 4, 1, 13, 9, 5, 1, 16, 11, 6, 1, 19, 13, 7, 27, 20, 13, 6, 29, 21, 13, 5, 31, 22, 13, 4, 33, 23, 13, 3, 35, 24, 13, 2, 37, 25, 13, 1, 39, 26, 13, 53, 39, 25, 11, 54, 39, 24, 9, 55, 39, 23, 7, 56, 39, 22, 5, 57, 39, 21, 3, 58, 39, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
r = -2^(1/3); p[x_] := FractionalPart[x];
u[n_, k_] := If[p[k*r] <= p[n*r], 1, 0]
v[n_, k_] := If[p[k*r] > p[n*r], 1, 0]
s[n_] := Sum[u[n, k], {k, 1, n}]
t[n_] := Sum[v[n, k], {k, 1, n}]
Table[s[n], {n, 1, 100}] (* A194764 *)
Table[t[n], {n, 1, 100}] (* A194765 *)
CROSSREFS
Sequence in context: A105313 A085064 A030587 * A194738 A194750 A370350
KEYWORD
nonn
AUTHOR
Clark Kimberling, Sep 02 2011
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 19 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)