373737
domain: N
Appears in sequences
- Smallest multiple of n^2 beginning and ending in n, or 0 if no such multiple exists.at n=36A078211
- Alternating sum of the squares of the first n Jacobsthal numbers.at n=11A138238
- Numbers such that all the substrings of length <= 2 are primes.at n=21A211681
- Consider a decimal number of k>=2 digits x = d_(k)*10^(k-1) + d_(k-1)*10^(k-2) + … + d_(2)*10 + d_(1) and the transform T(x)-> (d_(k)+d_(k-1) mod 10)*10^(k-1) + (d_(k-1)+d_(k-2) mod 10)*10^(k-2) + … + (d_(2)+d_(1) mod 10)*10 + (d_(1)+d(k) mod 10). Sequence lists the numbers x such that T(x)=0.at n=38A243994
- Consider a decimal number of k>=2 digits x = d_(k)*10^(k-1) + d_(k-1)*10^(k-2) + … + d_(2)*10 + d_(1) and the transform T(x)-> (d_(k)+d_(k-1) mod 10)*10^(k-1) + (d_(k-1)+d_(k-2) mod 10)*10^(k-2) + … + (d_(2)+d_(1) mod 10)*10 + (d_(1)+d(k) mod 10). Sequence lists the numbers x such that x divides T(x).at n=43A244287
- a(n) = floor(((sqrt(sqrt(3))^3)/sqrt(Pi))^n).at n=51A255575
- After a(1) = 1, the sequence is always extended with the smallest divisor d (not yet present in the sequence) of the last term t. If d doesn't exist, we extend the sequence with tt (t concatenated to itself). If tt doesn't produce a new d, we extend the sequence with ttt, etc. See the Comments section for more details.at n=25A348871