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!)
A327204 Positions of 1's in {A327202(n) : n > 0}. 3
1, 4, 6, 8, 9, 12, 14, 16, 17, 19, 21, 22, 25, 27, 29, 30, 33, 35, 38, 40, 42, 43, 46, 48, 50, 51, 53, 55, 56, 59, 61, 63, 64, 67, 69, 72, 74, 76, 77, 80, 82, 84, 85, 88, 90, 93, 95, 97, 98, 101, 103, 105, 106, 108, 110, 111, 114, 116, 118, 119, 122, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Although a(n)/n->2, the sequence 2*n-a(n) appears to be unbounded below and above.
Positive integers k such that A327202(k) = 0. - Jianing Song, Sep 30 2019
LINKS
Clark Kimberling and Jianing Song, Table of n, a(n) for n = 1..10000
MATHEMATICA
r = (1 + Sqrt[5])/2; z = 200;
t = Table[Floor[(2 n + 2)*r] - Floor[n*r + 2 r] - Floor[n*r], {n, 1, z}] (* {A327202(n) : n > 0} *)
Flatten[Position[t, 0]] (* A327203 *)
Flatten[Position[t, 1]] (* A327204 *)
CROSSREFS
Cf. A327202, A327203 (complement).
Sequence in context: A211772 A353355 A231573 * A047409 A161576 A327446
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 26 2019
EXTENSIONS
Corrected by Jianing Song, Sep 30 2019
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)