login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A190889
Positions of 2 in A190886.
3
2, 6, 11, 15, 19, 23, 32, 36, 40, 49, 53, 57, 61, 66, 70, 74, 78, 83, 87, 91, 95, 104, 108, 112, 121, 125, 129, 138, 142, 146, 150, 155, 159, 163, 167, 176, 180, 184, 193, 197, 201, 210, 214, 218, 222, 227, 231, 235, 239, 248, 252, 256, 265, 269, 273, 282, 286, 290, 294, 299, 303, 307, 311, 316, 320, 324, 328, 337, 341, 345, 354, 358
OFFSET
1,1
COMMENTS
See A190886.
MATHEMATICA
r = Sqrt[5];
f[n_] := Floor[5n*r] - 5*Floor[n*r]
t = Table[f[n], {n, 1, 400}] (* A190886 *)
Flatten[Position[t, 2]] (* A190889 *)
CROSSREFS
Cf. A190886.
Sequence in context: A377287 A035487 A299637 * A020966 A193910 A215918
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 26 2011
STATUS
approved