25881
domain: N
Appears in sequences
- A024723(n+3)/2.at n=18A024724
- a(n) = modlg(n^n, 2^n), where modlg is the function defined in A215894: modlg(a,b) = floor(a / b^floor(logb(a))), logb is the logarithm base b.at n=40A216021
- Irregular triangle read by rows: T(n, k) = number of non-equivalent ways to tile an n X n X n triangular area with k 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-4*k) of 1 X 1 X 1 tiles.at n=46A286443
- a(n) = floor(Sum_{k=n^3..(n+1)^3} k^(1/3)).at n=20A374384