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!)
A190550 Positions of 0 in A190549. 6
5, 10, 17, 22, 29, 34, 46, 51, 58, 63, 75, 80, 87, 92, 99, 104, 116, 121, 128, 133, 145, 150, 157, 162, 169, 174, 179, 186, 191, 198, 203, 215, 220, 227, 232, 244, 249, 256, 261, 268, 273, 285, 290, 297, 302, 314, 319, 326, 331, 338, 343, 348, 355, 360, 367, 372, 384, 389, 396, 401, 413, 418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190549.
LINKS
MATHEMATICA
r = Sqrt[2]; 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}] (* A190549 *)
Flatten[Position[t, 0]] (* A190550 *)
Flatten[Position[t, 1]] (* A190551 *)
Flatten[Position[t, 2]] (* A190552 *)
Flatten[Position[t, 3]] (* A190553 *)
Flatten[Position[t, 4]] (* A190554 *)
CROSSREFS
Cf. A190549.
Sequence in context: A098021 A356182 A098022 * A342579 A313983 A313984
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 12 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 18 10:28 EDT 2024. Contains 371779 sequences. (Running on oeis4.)