Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 Dec 08 2019 08:05:41
%S 1,0,-1,2,-2,-3,3,-4,-5,-8,-10,-7,-9,-11,-16,-13,-15,-14,-12,4,-21,
%T -25,-32,-34,-45,-44,-41,-42,-43,-40,-39,-33,-17,-37,-18,-6,6,-23,-27,
%U -35,-36,-47,-46,-49,-61,-59,-60,-58,-57,-63,-22,5,-19,-30,-31,-29,-24
%N Distinct values of A330262 in order of their appearance as n grows.
%C Every integer appears in the sequence.
%H Rémy Sigrist, <a href="/A330265/b330265.txt">Table of n, a(n) for n = 1..10000</a>
%H Rémy Sigrist, <a href="/A330265/a330265.gp.txt">PARI program for A330265</a>
%e The first terms of A330262 and of this sequence are:
%e - A330262 = 1, 0, 1, 1, 1, 0, 1, 0, 1, -1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 2, ...
%e - a = 1, 0, -1, 2, ...
%o (PARI) See Links section.
%Y Cf. A330262.
%K sign,base
%O 1,4
%A _Rémy Sigrist_, Dec 07 2019