101875
domain: N
Appears in sequences
- Positive numbers k such that k and 5*k are anagrams in base 9 (written in base 9).at n=20A023082
- Take a number z of x digits and consider any concatenation z = concat(y_1, y_2, ..., y_i) where y_1, y_2, ..., y_i have the same number of digits. Then let f(z) be the sum of the products y_1*y_2*...*y_i for all those concatenations. Sequence lists numbers z such that f(f(z)) = z. (see example.)at n=3A317593
- Start with a 2 X n array of squares, join every vertex on top edge to every vertex on bottom edge; a(n) = one-half the number of cells.at n=33A355902