36213
domain: N
Appears in sequences
- Numbers k such that sum of the divisors of k equals the sum of the reversals of the divisors of k. Numbers with all palindrome divisors are not in the sequence.at n=20A196677
- Zeroless numbers n whose digit product squared is equal to the digit product of n^2.at n=21A256115
- Expansion of Product_{k>=1} 1/(1-x^(2*k-1))^(2*k-1).at n=26A262811
- Odd numbers n such that q(n)^2 = q(n^2) != 0, where q(n) is the digit product on base 10.at n=12A278316
- Expansion of Product_{k>=1} 1/(1+x^(2*k-1))^(2*k-1).at n=26A284628
- a(1)=1 and a(2)=1; if a(n-1) + a(n-2) == 0 (mod n) then a(n) = (a(n-1) + a(n-2))/n else a(n) = a(n-1) + a(n-2).at n=29A330139