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!)
A284884 Positions of 1's in A284881. 4

%I #12 Nov 23 2019 13:38:48

%S 1,3,7,9,13,17,19,21,25,27,31,35,37,39,43,47,49,51,55,57,61,63,67,71,

%T 73,75,79,81,85,89,91,93,97,101,103,105,109,111,115,117,121,125,127,

%U 129,133,137,139,141,145,147,151,153,157,161,163,165,169,171,175

%N Positions of 1's in A284881.

%C This sequence and A284882 and A284883 form a partition of the positive integers. Conjecture: for n>=1, we have a(n)-3n-3 in {0,1,2}, 3*n+1-A284883(n) in {0,1,2,3}, and 3*n-1-A284884(n) in {0,1,2}.

%C A284881 = (1,-1,1,0,-1,0,1,-1,1,0,-1,0,1,0,...); thus

%C A284882 = (2,5,8,11,15,18,...)

%C A284883 = (4,6,10,12,14,16,...)

%C A284884 = (1,3,7,9,13,17,...).

%H Clark Kimberling, <a href="/A284884/b284884.txt">Table of n, a(n) for n = 1..10000</a>

%t s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {0, 1, 1, 0}}] &, {0}, 6] (* A284878 *)

%t d = Differences[s] (* A284881 *)

%t Flatten[Position[d, -1]] (* A284882 *)

%t d2 = Flatten[Position[d, 0]] (* A284883 *)

%t Flatten[Position[d, 1]] (* A284884 *)

%t d2/2 (* A284885 *)

%Y Cf. A284793, A284881, A284882, A284883.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Apr 16 2017

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 May 8 08:13 EDT 2024. Contains 372319 sequences. (Running on oeis4.)