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!)
A284885 (A284883)/2. 4

%I #4 Apr 17 2017 08:58:16

%S 2,3,5,6,7,8,11,12,14,15,16,17,20,21,22,23,26,27,29,30,32,33,34,35,38,

%T 39,41,42,43,44,47,48,49,50,53,54,56,57,59,60,61,62,65,66,67,68,71,72,

%U 74,75,77,78,79,80,83,84,86,87,88,89,92,93,95,96,97,98

%N (A284883)/2.

%H Clark Kimberling, <a href="/A284885/b284885.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 d2 = Flatten[Position[d, 0]] (* A284883 *)

%t d2/2 (* A284885 *)

%Y Cf. A284878, A284881, A284883.

%K nonn,easy

%O 1,1

%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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)