135136
domain: N
Appears in sequences
- a(n) is the least multiple of n such that a(n) = 1 mod k for all integers k with 1 < k < n and k relatively prime to n.at n=15A055006
- Triangle read by rows: T(n,0)=1, T(n,n)=(2*n-1)!!+1, T(n,k) = 2*(n-k) * T(n-1,k-1) + 2*(k+1)*T(n-1,k).at n=35A099755
- Number of binary strings of length n with no substrings equal to 0010 or 1011.at n=17A164404