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!)
A190428 Positions of 0 in A190427. 5
5, 10, 13, 18, 26, 31, 34, 39, 47, 52, 60, 65, 68, 73, 81, 86, 89, 94, 99, 102, 107, 115, 120, 123, 128, 136, 141, 149, 154, 157, 162, 170, 175, 178, 183, 188, 191, 196, 204, 209, 212, 217, 225, 230, 233, 238, 243, 246, 251, 259, 264, 267, 272, 280, 285, 293, 298, 301, 306, 314, 319 (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}] (* A190427 *)
Flatten[Position[t, 0]] (* A190428 *)
Flatten[Position[t, 1]] (* A190429 *)
Flatten[Position[t, 2]] (* A190430 *)
CROSSREFS
Sequence in context: A313417 A313418 A313419 * A313420 A313421 A313422
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 September 10 02:19 EDT 2024. Contains 375769 sequences. (Running on oeis4.)