The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A190430 Positions of 2 in A190427. 32
3, 6, 8, 11, 16, 19, 21, 24, 29, 32, 37, 40, 42, 45, 50, 53, 55, 58, 61, 63, 66, 71, 74, 76, 79, 84, 87, 92, 95, 97, 100, 105, 108, 110, 113, 116, 118, 121, 126, 129, 131, 134, 139, 142, 144, 147, 150, 152, 155, 160, 163, 165, 168, 173, 176, 181, 184, 186, 189, 194, 197, 199, 202, 205, 207, 210, 215 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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}] (* A194277 *)
Flatten[Position[t, 0]] (* A190428 *)
Flatten[Position[t, 1]] (* A190429 *)
Flatten[Position[t, 2]] (* A190430 *)
CROSSREFS
Sequence in context: A036434 A298795 A140400 * A188018 A360532 A289241
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 May 21 10:20 EDT 2024. Contains 372735 sequences. (Running on oeis4.)