login
A132588
Let b(k) be the k-th term of the flattened irregular array where the m-th row contains the positive divisors of m (b(k) = A027750(k)). Then a(n) = gcd(b(n), n).
3
1, 1, 1, 1, 1, 1, 1, 4, 1, 5, 1, 2, 1, 2, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 15, 1, 1, 4, 1, 2, 1, 1, 1, 2, 1, 2, 3, 2, 1, 1, 1, 2, 1, 1, 5, 2, 1, 1, 1, 7, 1, 2, 1, 2, 1, 1, 1, 2, 1, 4, 3, 2, 1, 12, 1, 1
OFFSET
1,8
LINKS
EXAMPLE
A027750: 1,1,2,1,3,1,2,4,1,5,1,2,3,6,...
The 14th term of this list is 6.
So a(14) = GCD(6,14) = 2.
PROG
(PARI) for (m=1, oo, fordiv (m, d, print1 (gcd(d, n++) ", "); if (n==86, break (2)))) \\ Rémy Sigrist, Feb 06 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 23 2007
EXTENSIONS
More terms from Rémy Sigrist, Feb 06 2019
STATUS
approved