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!)
A188219 Positions of 0 in the zero-one sequence [nr]-[4r]-[nr-4r], where r=sqrt(5), n>=1. 1
4, 21, 38, 55, 72, 93, 110, 127, 144, 165, 182, 199, 216, 237, 254, 271, 288, 309, 326, 343, 360, 377, 398, 415, 432, 449, 470, 487, 504, 521, 542, 559, 576, 593, 614, 631, 648, 665, 682, 703, 720, 737, 754, 775, 792, 809, 826, 847, 864, 881, 898, 919, 936, 953, 970, 987, 1008 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A188014.
LINKS
MATHEMATICA
r=5^(1/2)); k=4;
t=Table[Floor[n*r]-Floor[(n-k)*r]-Floor[k*r], {n, 1, 220}]
Flatten[Position[t, 0]] (*A188219*)
CROSSREFS
Cf. A188014.
Sequence in context: A364679 A204557 A161444 * A280091 A086474 A085703
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 24 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 June 9 05:56 EDT 2024. Contains 373227 sequences. (Running on oeis4.)