cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A285302 Positions of 0 in A285301, complement of A086398.

This page as a plain text file.
%I A285302 #4 Apr 25 2017 11:45:54
%S A285302 2,3,4,6,8,10,12,13,14,16,18,19,20,22,24,25,26,28,30,31,32,34,36,38,
%T A285302 40,41,42,44,46,47,48,50,52,54,56,57,58,60,62,63,64,66,68,70,72,73,74,
%U A285302 76,78,79,80,82,84,86,88,89,90,92,94,95,96,98,100,101,102
%N A285302 Positions of 0 in A285301, complement of A086398.
%C A285302 Conjecture: -2 < n*r - a(n) < 2 for n>=1, where r = 1 + sqrt(1/3).
%H A285302 Clark Kimberling, <a href="/A285302/b285302.txt">Table of n, a(n) for n = 1..10000</a>
%e A285302 As a word, A284301 = 100010..., in which the positions of 0 are 2,3,4,6,8,...
%t A285302 s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 0, 0, 0}}] &, {0}, 10]; (* A285301 *)
%t A285302 u = Flatten[Position[s, 0]];  (* A285302 *)
%t A285302 v = Flatten[Position[s, 1]];  (* A086398 *)
%Y A285302 Cf. A284301, A086398.
%K A285302 nonn,easy
%O A285302 1,1
%A A285302 _Clark Kimberling_, Apr 25 2017