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!)
A189465 Positions of 1 in A189463. 5
2, 6, 7, 10, 11, 15, 19, 23, 24, 27, 28, 32, 36, 40, 44, 45, 49, 53, 57, 61, 62, 65, 66, 70, 74, 78, 79, 82, 83, 87, 91, 95, 96, 99, 100, 104, 108, 112, 116, 117, 121, 125, 129, 133, 134, 137, 138, 142, 146, 150, 151, 154, 155, 159, 163, 167, 168, 171, 172, 176, 180, 184, 188, 189, 193, 197, 201, 205, 206, 209, 210, 214, 218 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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: A358579 A341437 A327985 * A109783 A186888 A179883
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 24 05:36 EDT 2024. Contains 371918 sequences. (Running on oeis4.)