9227425domain: NAppears in sequences(n-th Fibonacci number that is not 1) - (n-th number that is 1 or not a Fibonacci number).at n=32A014242a(n) = Sum_{1 <= x_1, x_2 <= n} ( n/gcd(x_1, x_2, n) )^3.at n=25A372950