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!)
A327218 Positions of 1's in {A327216(n) : n > 0}. 3
1, 3, 5, 6, 8, 11, 14, 16, 18, 19, 21, 22, 24, 27, 29, 32, 35, 37, 39, 40, 42, 43, 45, 48, 50, 52, 53, 55, 56, 58, 60, 61, 63, 66, 69, 71, 73, 74, 76, 77, 79, 82, 84, 87, 90, 92, 94, 95, 97, 100, 103, 105, 107, 108, 110, 111, 113, 115, 116, 118, 121, 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 A327216(k) = 1. - 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 + 3) r] - Floor[(n*r + 3 r)] - Floor[n*r], {n, 1, z}] (* {A327216(n) : n > 0} *)
Flatten[Position[t, 0]] (* A327217 *)
Flatten[Position[t, 1]] (* A327218 *)
CROSSREFS
Cf. A327216, A327217 (complement).
Sequence in context: A212439 A160734 A121501 * A062832 A089085 A033163
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 02 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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)