OFFSET
0,3
COMMENTS
See A014486.
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..23713
Dana G. Korssjoen, Biyao Li, Stefan Steinerberger, Raghavendra Tripathi, and Ruimin Zhang, Finding structure in sequences of real numbers via graph theory: a problem list, arXiv:2012.04625 [math.CO], 2020-2021. See numerators of fractions in Section 2.8. (For denominators see A339570.)
PROG
(PARI)
isA014486(n) = { my(v=binary(n), t=0); for(i=1, #v, t+=if(v[i], 1, -1); if(t<0, return(0))); t==0; }; \\ From A014486
A030101(n) = if(n<1, 0, subst(Polrev(binary(n)), x, 2));
k=0; n=0; while(k<23714, if(isA014486(n), write("b072800.txt", k, " ", A030101(n)); k++); n++); \\ Antti Karttunen, Mar 28 2022
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Jun 12 2002
STATUS
approved