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!)
A190671 Positions of 1 in A190669; complement of A190670. 4
1, 4, 5, 8, 9, 12, 13, 15, 16, 19, 20, 23, 24, 27, 30, 31, 34, 35, 38, 39, 42, 45, 46, 49, 50, 53, 54, 56, 57, 60, 61, 64, 65, 68, 69, 71, 72, 75, 76, 79, 80, 83, 86, 87, 90, 91, 94, 95, 98, 101, 102, 105, 106, 109, 110, 112, 113, 116, 117, 120, 121, 124, 125, 127, 128, 131, 132, 135, 136, 139, 142, 143, 146, 147, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A190669.
LINKS
MATHEMATICA
r = Sqrt[3]; b = 2; c = 0;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 200}] (* A190669 *)
Flatten[Position[t, 0]] (* A190670 *)
Flatten[Position[t, 1]] (* A190671 *)
CROSSREFS
Sequence in context: A288671 A284906 A285260 * A042948 A338062 A126001
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 16 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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)