Sequences that pass recursion test, but ...

Tanya Khovanova tanyakh at TanyaKhovanova.com
Sat Mar 3 04:27:58 CET 2007


On 3/2/07, Tanya Khovanova <tanyakh at tanyakhovanova.com> wrote:

> >
> >btw, in your NonRecursions.html I noticed a lot of sequences of the type:
> >"Numbers n such that string x,y occurs in the base b representation of
> >n but not of n-1."
> >They all are not recursive, you can remove (or mark as non-recursive)
> >them all together.
> >
>
> I understand that they are not recursive. I hope someone would submit the first deviation from recursion they way you calculated for one of them. It would be nice to have an explicit statement about that in OEIS.

If at least one of x,y is non-zero then the first deviation is
x*b^3+y*b^2+x*b+y=(x*b+y)*(b^2+1).

If x=y=0 then the first deviation is b^4+b^2=b^2*(b^2+1).

Max





More information about the SeqFan mailing list