a(1)=6; a(n) is concatenation of the squares of each digit of a(n-1), in order (in base 10).
A082027
a(1)=6; a(n) is concatenation of the squares of each digit of a(n-1), in order (in base 10).
Terms
- a(0) =6a(1) =36a(2) =936a(3) =81936a(4) =64181936
External references
- oeis: A082027