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!)
A190429 Positions of 1 in A190427. 4
1, 2, 4, 7, 9, 12, 14, 15, 17, 20, 22, 23, 25, 27, 28, 30, 33, 35, 36, 38, 41, 43, 44, 46, 48, 49, 51, 54, 56, 57, 59, 62, 64, 67, 69, 70, 72, 75, 77, 78, 80, 82, 83, 85, 88, 90, 91, 93, 96, 98, 101, 103, 104, 106, 109, 111, 112, 114, 117, 119, 122, 124, 125, 127, 130, 132, 133, 135, 137, 138, 140, 143, 145, 146, 148, 151, 153, 156, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A190427.
LINKS
MATHEMATICA
r = GoldenRatio; b = 2; c = 1;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 320}] (* A190427 *)
Flatten[Position[t, 0]] (* A190428 *)
Flatten[Position[t, 1]] (* A190429 *)
Flatten[Position[t, 2]] (* A190430 *)
CROSSREFS
Sequence in context: A213273 A027904 A193600 * A239009 A287074 A304501
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)