238959
domain: N
Appears in sequences
- a(1) = 3, a(n) = round(a(n-1)*3/2) for n > 1, using round-to-even method.at n=28A147790
- Numbers n such that (n + digit sum of n) and (n + digit product of n) are nontrivial permutations of the digits of n.at n=22A246421
- a(n) = a(n-1)*3/2, if noninteger then rounded to the nearest even integer, with a(1) = 1.at n=30A328262