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!)
A189464 Positions of 0 in A189463. 5
1, 5, 9, 13, 14, 17, 18, 22, 26, 30, 31, 34, 35, 39, 43, 47, 48, 51, 52, 56, 60, 64, 68, 69, 73, 77, 81, 85, 86, 89, 90, 94, 98, 102, 103, 106, 107, 111, 115, 119, 120, 123, 124, 128, 132, 136, 140, 141, 145, 149, 153, 157, 158, 161, 162, 166, 170, 174, 175, 178, 179, 183, 187, 191, 192, 195, 196, 200, 204, 208, 212, 213, 217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A189463.
LINKS
MATHEMATICA
r = 5^(1/2);
f[n_] := Floor[3 n*r] - 3*Floor[n*r];
t = Table[f[n], {n, 1, 220}] (* A189463 *)
Flatten[Position[t, 0]] (* A189464 *)
Flatten[Position[t, 1]] (* A189465 *)
Flatten[Position[t, 2]] (* A190158 *)
CROSSREFS
Sequence in context: A080455 A122798 A241987 * A130333 A304868 A080579
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 22 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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)