OFFSET
1,1
COMMENTS
This regards the interplay between an endomorphism E on the set N and a number property P. In this case, E(n)=floor(n/10) for n >=10 and E(n)=n otherwise, and the property P is "moebius(n)=0". The goal is to find the numbers whose consecutive images under E all have the property P.
LINKS
Stanislav Sykora, Table of n, a(n) for n = 1..20000
Stanislav Sykora, PARI/GP scripts for genetic threads
PROG
(PARI) See the link (use GT_DivMod0 with "IsMoebiusZero" for the "property" argument).
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Stanislav Sykora, Feb 15 2014
STATUS
approved
