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!)
A188074 Positions of 1 in the zero-one sequence [nr]-[3r]-[nr-3r], where r=sqrt(3), n>=1. 2
7, 11, 18, 22, 26, 33, 37, 41, 48, 52, 59, 63, 67, 74, 78, 82, 89, 93, 97, 104, 108, 115, 119, 123, 130, 134, 138, 145, 149, 153, 160, 164, 171, 175, 179, 186, 190, 194, 201, 205, 212, 216, 220, 227, 231, 235, 242, 246, 250, 257, 261, 268, 272, 276, 283, 287, 291, 298, 302, 306, 313, 317, 324, 328, 332, 339, 343, 347, 354, 358, 362, 369, 373, 380, 384, 388, 395, 399 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A188014.
LINKS
MATHEMATICA
r=3^(1/2)); k=3;
t=Table[Floor[n*r]-Floor[(n-k)*r]-Floor[k*r], {n, 1, 220}] Flatten[Position[t, 0]]
Flatten[Position[t, 1]] (*A188074*)
CROSSREFS
Sequence in context: A260892 A020455 A178617 * A190689 A048215 A131192
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 20 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)