Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
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
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 22 2011
STATUS
approved