[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
A049843 revision #3

A049843
Triangular array T by rows: T(n,k)=number of nonzero remainders when Euclidean algorithm acts on primes p(n) and p(k), k=1,2,...,n-1; n=2,3,4,...
3
1, 1, 2, 1, 1, 2, 1, 2, 1, 3, 1, 1, 3, 2, 2, 1, 2, 2, 2, 3, 2, 1, 1, 2, 3, 4, 2, 2, 1, 2, 3, 2, 1, 3, 3, 3, 1, 2, 2, 1, 4, 2, 4, 3, 3, 1, 1, 1, 2, 3, 4, 4, 5, 3, 2, 1, 1, 2, 2, 3, 3, 3, 2, 5, 5, 2, 1, 2, 1, 2, 4, 2, 3, 2, 5, 4, 2, 2, 1, 1, 3, 1, 2, 2, 3, 3
OFFSET
2,3
EXAMPLE
Rows: {1}; {1,2}; {1,1,2}; ...
Example: T(4,3)=2 since remainders for 7=p(4) and 5=p(3) are 2,1,0; to wit, 7=1*5+2, 5=2*2+1, 2=2*1+0.
CROSSREFS
Sequence in context: A128259 A051194 A134838 * A131374 A360286 A207409
KEYWORD
nonn,tabl,new
AUTHOR
Clark Kimberling, ck6(AT)evansville.edu
STATUS
approved