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!)
A190433 Positions of 1 in A190431. 5
2, 7, 10, 12, 15, 20, 23, 25, 28, 31, 33, 36, 41, 44, 46, 49, 52, 54, 57, 62, 65, 67, 70, 75, 78, 80, 83, 86, 88, 91, 96, 99, 101, 104, 107, 109, 112, 114, 117, 120, 122, 125, 130, 133, 135, 138, 141, 143, 146, 151, 154, 156, 159, 164, 167, 169, 172, 175, 177, 180, 185, 188, 190, 193, 196, 198, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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: A069494 A134712 A030344 * A277551 A029904 A026364
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 24 13:49 EDT 2024. Contains 371958 sequences. (Running on oeis4.)