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!)
A285376 (A285374)/2. 3

%I #4 Apr 26 2017 21:43:33

%S 2,4,6,7,9,11,13,14,16,18,20,21,23,24,26,28,30,31,33,35,37,38,40,42,

%T 44,45,47,48,50,52,54,55,57,59,61,62,64,66,68,69,71,72,74,76,78,79,81,

%U 82,84,86,88,89,91,93,95,96,98,100,102,103,105,106,108,110

%N (A285374)/2.

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

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

%t t = Flatten[Position[s, 0]] (* A285374 *)

%t t/2 (* A285376)

%Y Cf. A284373, A285374.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Apr 26 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 September 16 03:28 EDT 2024. Contains 375959 sequences. (Running on oeis4.)