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!)
A190488 Positions of 0 in A190487. 5
3, 5, 8, 10, 15, 17, 20, 22, 27, 29, 32, 34, 37, 39, 44, 46, 49, 51, 56, 58, 61, 63, 68, 73, 75, 78, 80, 85, 87, 90, 92, 97, 99, 102, 104, 107, 109, 114, 116, 119, 121, 126, 128, 131, 133, 136, 138, 143, 145, 148, 150, 155, 157, 160, 162, 167, 169, 172, 174, 177, 179, 184, 186, 189, 191, 196, 198, 201, 203, 206, 208, 213, 215, 218 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190487.
LINKS
MATHEMATICA
r = Sqrt[2]; b = 3; c = 0;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 200}] (* A190487 *)
Flatten[Position[t, 0]] (* A190488 *)
Flatten[Position[t, 1]] (* A190489 *)
Flatten[Position[t, 2]] (* A190490 *)
CROSSREFS
Cf. A190487.
Sequence in context: A123327 A024679 A187973 * A182082 A117467 A310025
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 11 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 06:41 EDT 2024. Contains 371782 sequences. (Running on oeis4.)