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!)
A327221 Positions of 1's in {A327219(k) : n > 0}. 3
3, 4, 7, 8, 11, 12, 15, 16, 17, 20, 21, 24, 25, 28, 29, 32, 33, 37, 38, 41, 42, 45, 46, 49, 50, 51, 54, 55, 58, 59, 62, 63, 66, 67, 71, 72, 75, 76, 79, 80, 83, 84, 87, 88, 92, 93, 96, 97, 100, 101, 104, 105, 106, 109, 110, 113, 114, 117, 118, 121, 122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Although a(n)/n->2, the sequence 2*n-a(n) appears to be unbounded below and above.
Positive integers k such that A327219(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 + 4) r] - Floor[(n*r + 4 r)] - Floor[n*r], {n, 1, z}] (* {A327219(n) : n > 0} *)
Flatten[Position[t, 0]] (* A327220 *)
Flatten[Position[t, 1]] (* A327221 *)
CROSSREFS
Cf. A327219, A327220 (complement).
Sequence in context: A288553 A295771 A285503 * A014601 A154708 A227148
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 April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)