23358
domain: N
Appears in sequences
- a(0) = 0, a(1) = a(2) = 1, a(3) = 2, a(4) = 4, a(5) = 8, a(6) = 16, for n>5: a(n+1) = SORT[ a(n) + a(n-1) + a(n-2) + a(n-3) + a(n-4) + a(n-5) + a(n-6)], where SORT places digits in ascending order and deletes 0's.at n=33A108567
- Number of (w,x,y,z) with all terms in {0,...,n} and |w-x|<|x-y|<|y-z|.at n=19A212902
- Number of non-intersecting unit cubes regularly packed into the tetrahedron of edge length n.at n=59A219965
- a(n) is the number m such that f(sqrt(n)) is in the field Q(sqrt(m)), where f(x) is defined from the continued fraction x = [c(0), c(1), ... ] as [c(0)^2, c(1)^2, ...].at n=33A229959
- G.f.: Sum_{n>=0} binomial(4*(n+1), n)/(n+1) * x^n / (1+x)^(n+1).at n=6A317133