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!)
A327176 Positions of 1's in {A327174(n) : n > 0}. 3

%I #14 Sep 30 2019 10:59:55

%S 2,3,6,7,8,11,15,16,19,20,21,23,24,28,29,32,36,37,40,41,42,44,45,49,

%T 50,53,54,55,57,58,61,62,63,66,70,71,74,75,76,78,79,83,84,87,91,92,95,

%U 96,97,100,104,105,108,109,110,112,113,116,117,118,121,125

%N Positions of 1's in {A327174(n) : n > 0}.

%C Although a(n)/n->2, the sequence 2*n-a(n) appears to be unbounded below and above.

%C Positive integers k such that A327174(k) = 1. - _Jianing Song_, Sep 30 2019

%H Clark Kimberling and Jianing Song, <a href="/A327176/b327176.txt">Table of n, a(n) for n = 1..10000</a>

%t r = (1 + Sqrt[5])/2; z = 200;

%t t = Table[Floor[(2 n + 1)*r] - Floor[n*r + r] - Floor[n*r], {n, 1, z}] (* {A327174(n) : n > 0} *)

%t Flatten[Position[t, 0]] (* A327175 *)

%t Flatten[Position[t, 1]] (* A327176 *)

%Y Cf. A327174, A327175 (complement).

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Aug 25 2019

%E Corrected by _Jianing Song_, Sep 30 2019

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 3 11:59 EDT 2024. Contains 373060 sequences. (Running on oeis4.)