
Hi everyone,Hope all is well. Is the array below suitable for the OEIS?
Square array , , where is the least positive integer such that divides and divides ; if no such exists, then .
The k'th entry of the n'th falling antidiag of A.S.'s array (n>=1; 1<=k<=n) is his A(k,n+1-k) and is therefore the least positive m such that k|n and n+1-k|m+1.
The k'th entry of the n'th row in A127465 is what that entry calls T(n,k) = k phi(n/k) where phi is the Euler totient function extended to be zero at all non-integers.
Border values are k=1 and k=n.
k=1: we want A(1,n) = T(n,1). LHS is smallest m with 1|m and n|m+1, which is just m=n-1 except for n=1. RHS is phi(n). These agree when n is prime, and also as it happens when n=1, but not otherwise; e.g., the start of the 4th antidiag of A.S.'s array is 3 whereas the start of the 4th row of A127465 is 2.
k=n: we want A(n,1) = T(n,n). LHS is smallest m with n|m and 1|m+1, which is just m=n. RHS is n phi(1) = n. So these do agree.
It looks as if zero entries in A are necessarily zero in T but not vice versa. That is: if there's no m with k|m and n+1-k|m+1 then it's not true that k|n. That is: if k|n then there is m such that k|m and n+1-k|m+1. That's true because we can take m=n.
So: one border agrees, one border agrees at prime-or-1 indices but not elsewhere, zeros in one are a subset of zeros in the other. But I don't see all that much similarity between these two arrays beyond that, nor do I see any particular reason why there should be much similarity.
Am I missing something?
--
g
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAFqvfd_ADvbHqh_TW_7aqnm53uMHSh0n3eDiV6nM2qBmHw_0Kg%40mail.gmail.com.