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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190886.
LINKS
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: A241672 A035487 A299637 * A020966 A193910 A215918
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 26 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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)