login
A379560
a(1) = 1, a(2) = 4; for n > 2, a(n) is the smallest unused positive nonsquarefree number that shares a factor with a(n-1).
1
1, 4, 8, 12, 9, 18, 16, 20, 24, 27, 36, 28, 32, 40, 25, 45, 48, 44, 50, 52, 54, 56, 49, 63, 60, 64, 68, 72, 75, 80, 76, 84, 81, 90, 88, 92, 96, 98, 100, 104, 108, 99, 117, 120, 112, 116, 124, 126, 128, 132, 121, 176, 136, 140, 125, 135, 144, 147, 150, 148, 152, 156, 153, 162, 160, 164, 168, 171, 180, 172, 184, 188, 192, 189, 175, 196, 198, 200, 204, 207, 216
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 8 as a(2) = 4 and 8 is the smallest unused nonsquarefree number (8 = 2^3) that shares a factor with 4.
CROSSREFS
KEYWORD
nonn
AUTHOR
Scott R. Shannon, Dec 26 2024
STATUS
approved