190578024
domain: N
Appears in sequences
- a(n) = (5*n+1)*(5*n+2)*(5*n+3)*(5*n+4).at n=23A001512
- Binomial coefficient C(8n,n-10).at n=5A004391
- a(n) = binomial(n!,n).at n=5A086687
- a(n) = p(n)/p(n-1), where p(n) = ( floor(n*log(n)) / Product_{j=2..pi(floor(n*log(n)))} prime(j) )!.at n=32A088301
- Triangle read by rows: T(m,n) = binomial(m!,n), m>=0, 0 <= n <= m!.at n=44A105291
- T(n,m) = binomial(m!,n).at n=40A180397