85389domain: NAppears in sequencesNumbers k such that k^6 == 1 (mod 7^5).at n=32A056103a(0) = a(1) = 1; for n >= 2, a(n) = a(n-1) + a(n-2) - (n-1) if that number is positive and not already in the sequence, otherwise a(n) = a(n-1) + a(n-2) + (n-1).at n=26A117822