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!)
A190439 Positions of 2 in A190436. 11
1, 3, 6, 11, 14, 16, 19, 22, 24, 27, 32, 35, 37, 40, 45, 48, 50, 53, 56, 58, 61, 66, 69, 71, 74, 77, 79, 82, 84, 87, 90, 92, 95, 100, 103, 105, 108, 111, 113, 116, 121, 124, 126, 129, 134, 137, 139, 142, 145, 147, 150, 155, 158, 160, 163, 166, 168, 171, 173, 176, 179, 181, 184, 189, 192, 194, 197, 200, 202, 205, 210, 213, 215, 218 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A190436.
LINKS
MATHEMATICA
r = GoldenRatio; b = 3; c = 2;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 320}] (* A190436 *)
Flatten[Position[t, 0]] (* A190437 *)
Flatten[Position[t, 1]] (* A190438 *)
Flatten[Position[t, 2]] (* A190439 *)
Flatten[Position[t, 3]] (* A302253 *)
CROSSREFS
Cf. A190436.
Sequence in context: A316317 A074737 A310092 * A310093 A310094 A310095
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 10 2011
EXTENSIONS
Typos in definition corrected by Arkadiusz Wesolowski, Jan 07 2012
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)