58824
domain: N
Appears in sequences
- Numbers that are repdigits in base 7.at n=33A048332
- a(n) = floor(7^7/n).at n=13A057069
- a(n) = (7^n - 1)/2.at n=6A120741
- Given M = triangle A122196 as an infinite lower triangular matrix, this sequence is lim_{k->infinity} M^k.at n=38A171238
- Floor(1/{(8+n^4)^(1/4)}), where {}=fractional part.at n=48A184632
- Number of arrangements of n+2 nonzero numbers x(i) in -4..4 with the sum of x(i)*x(i+1) equal to zero.at n=4A188244
- T(n,k)=Number of arrangements of n+2 nonzero numbers x(i) in -k..k with the sum of x(i)*x(i+1) equal to zero.at n=32A188249
- Number of arrangements of 7 nonzero numbers x(i) in -n..n with the sum of x(i)*x(i+1) equal to zero.at n=3A188253
- Number of compositions of odd natural numbers into 6 parts <= n.at n=6A191901
- Number of 7-bead necklaces of n colors allowing reversal, with no adjacent beads having the same color.at n=7A208545
- Number of (w,x,y,z) with all terms in {1,...,n} and median<mean.at n=19A212135
- a(n) = 4*n^3 - 6*n^2 + 3*n - 1.at n=24A268201
- Number of length-5 0..n arrays with every repeated value unequal to the previous repeated value plus one mod n+1.at n=7A269777
- Numbers in A326806 whose sum of digits is not a power of 10 and are not of the form 5*10^k or 6*10^k.at n=2A326811
- Triangle read by rows: T(n, k) = floor(binomial(n, k - 1) * (k - 1)^(k - 1) * k *(n - k + 1)^(n - k) / 2).at n=29A369025
- a(n) = floor(n^(n - 1) / 2) for n > 0 and otherwise 0.at n=7A369026