16773139domain: NAppears in sequencesFibonacci sequence beginning 1, 32.at n=29A022402a(n) = n*F(n) - (n-1)*F(n-1), where the F(j)'s are the Fibonacci numbers (F(0)=0, F(1)=1).at n=30A136391