44091
domain: N
Appears in sequences
- Number of representations of n as a sum of products of positive integers. 1 is not allowed as a factor, unless it is the only factor. Representations which differ only in the order of terms or factors are considered equivalent.at n=32A066739
- Floor(decimal concatenation of first n natural numbers/their sum).at n=6A067116
- Consider recurrence b(0) = (2n+1)/2, b(n) = b(0)*floor(b(n-1)); sequence gives first integer reached.at n=33A087675