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!)
A190699 Positions of 0 in A190698. 6
11, 26, 41, 52, 67, 82, 97, 108, 123, 138, 153, 164, 179, 194, 220, 235, 250, 261, 276, 291, 306, 317, 332, 347, 362, 373, 388, 403, 429, 444, 459, 470, 485, 500, 515, 526, 541, 556, 571, 582, 597, 612, 638, 653, 668, 679, 694, 709, 724, 735, 750, 765, 791, 806, 821, 832, 847, 862, 877, 888, 903, 918, 933, 944, 959, 974, 1000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190698.
LINKS
MATHEMATICA
r = Sqrt[3]; b = 4; c = 1;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 200}] (* A190698 *)
Flatten[Position[t, 0]] (* A190699 *)
Flatten[Position[t, 1]] (* A190700 *)
Flatten[Position[t, 2]] (* A190701 *)
Flatten[Position[t, 3]] (* A190702 *)
Flatten[Position[t, 4]] (* A190703 *)
CROSSREFS
Cf. A190698.
Sequence in context: A193107 A084584 A188089 * A003345 A047722 A161451
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 17 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)