72840
domain: N
Appears in sequences
- Square root of n has the same nonzero digit in each of the first 4 places to the right of the decimal point.at n=27A073585
- a(n) = 81*n^2 - 2*n.at n=29A157507
- Number of nonnegative integer arrays of length n+6 with new values 0 upwards introduced in order, no three adjacent elements equal, and containing the value 6.at n=4A211833
- T(n,k)=Number of nonnegative integer arrays of length n+k+1 with new values 0 upwards introduced in order, no three adjacent elements equal, and containing the value k+1.at n=40A211836
- Number of nonnegative integer arrays of length n+6 with new values 0 upwards introduced in order, no three adjacent elements equal, and containing the value n+1.at n=4A211839
- G.f. A(x) = Sum_{n>=0} a(n)*x^n where a(n) = Sum_{k=0..n-1} ( ([x^k] A(x)^n) (mod 2^n) ) for n > 0, with a(0) = 1.at n=14A376231