43631
domain: N
Appears in sequences
- Quadruples of different integers from [ 2,n ] with no global factor.at n=33A015627
- a(1)=1 then a(n) is the least k>=1 such that the nested radical sqrt(a(1)^2+sqrt(a(2)^2+sqrt(a(3)^2+(....+sqrt(a(n)^2)))...) is an integer.at n=3A083869
- Triangle, read by rows, where T(n,k) = T(n,k-1)^2 - T(k-1,k-1)^2 for n>=k>1, with T(n,1) = n for n>=1.at n=9A166994