OFFSET
1,1
LINKS
Tim Johannes Ohrtmann, Table of n, a(n) for n = 1..14679
EXAMPLE
a(1) = -3 because this is the integer except 0 such that for every prime factor p of A257751(1) applies that p+b divides n+b: 35=5*7 and 2, 4 both divide 32.
PROG
(PARI) for(n=2, 1000000, if(!isprime(n), if(issquarefree(n), f=factor(n); k=0; for(b=-(f[1, 1]-1), n, c=0; for(i=1, #f[, 1], if((n+b)%(f[i, 1]+b)>0, c++)); if(c==0, if(!b==0, k++; a=b))); if(k==1, print1(a, ", ")))))
CROSSREFS
KEYWORD
sign
AUTHOR
Tim Johannes Ohrtmann, Jun 22 2015
STATUS
approved