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!)
A190434 Positions of 2 in A190431. 5
1, 4, 6, 9, 14, 17, 19, 22, 27, 30, 32, 35, 38, 40, 43, 48, 51, 53, 56, 59, 61, 64, 66, 69, 72, 74, 77, 82, 85, 87, 90, 93, 95, 98, 103, 106, 108, 111, 116, 119, 121, 124, 127, 129, 132, 137, 140, 142, 145, 148, 150, 153, 158, 161, 163, 166, 171, 174, 176, 179, 182, 184, 187, 192, 195, 197, 200, 203, 205, 208, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A190431.
LINKS
MATHEMATICA
r = GoldenRatio; b = 3; c = 1;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 320}] (* A190431 *)
Flatten[Position[t, 0]] (* A190432 *)
Flatten[Position[t, 1]] (* A190433 *)
Flatten[Position[t, 2]] (* A190434 *)
Flatten[Position[t, 3]] (* A190435 *)
CROSSREFS
Cf. A190431.
Sequence in context: A350069 A245383 A050940 * A310671 A310672 A310673
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 10 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)