-4463domain: ZAppears in sequencesa(n) = 1 + 3*n - 2*n^2.at n=48A168244a(1) = 1; a(n) = Sum_{k=2..n} (-1)^k * k^2 * a(floor(n/k)).at n=29A361981