77778
domain: N
Appears in sequences
- Kaprekar numbers: positive numbers n such that n = q+r and n^2 = q*10^m+r, for some m >= 1, q >= 0 and 0 <= r < 10^m, with n != 10^a, a >= 1.at n=20A006886
- Kaprekar triples: q such that q = x + y + z and q^3 = x*10^2n + y*10^n + z, where z < 10^n and n is the number of digits in q. q is not a power of 10 (except q=1).at n=17A006887
- Kaprekar numbers: numbers k such that k = q + r and k^2 = q*10^m + r, for some m >= 1, q >= 0 and 0 <= r < 10^m. Here q and r must both have the same number of digits.at n=9A045913
- The full list of 5-Kaprekar numbers.at n=4A053396
- Another version of the Kaprekar numbers (A006886): n such that n = q+r and n^2 = q*10^m+r, for some m >= 1, q >= 0 and 0 <= r < 10^m, with n != 10^a, a >= 1 and n an m-digit number.at n=17A053816
- Pseudo-Kaprekar triples: q such that if q=x+y+z, then q^3=x*10^i + y*10^j + z, where (y*10^j+z < 10^i) and z < 10^j.at n=31A060768
- Erroneous version of A006887.at n=18A060809
- Triangular Kaprekar-like numbers: numbers k such that the base-10 representation of T(k) = k*(k+1)/2 is the concatenation of two numbers x and y such that x + y = k.at n=41A110939
- Number of walks within N^3 (the first octant of Z^3) starting at (0,0,0) and consisting of n steps taken from {(-1, 0, 1), (0, 1, 0), (1, -1, 1), (1, 0, -1)}.at n=11A148335
- Kaprekar numbers, allowing powers of 10: n such that n=q+r and n^2=q*10^m+r, for some m >= 1, q>=0 and 0<=r<10^m.at n=24A248353
- Numbers which have only digits 7 and 8 in base 10.at n=31A256340
- Numbers n such that n * x/(x-1) produces a rotation of the digits in n for some value of x.at n=42A288669
- Square roots of terms in A238237.at n=11A290449
- Numbers n such that for every k = 1, 2, ..., A305706(n)-1, it is possible to insert plus signs into the decimal representation of n^k to make sum equal n.at n=52A305707
- Numbers of the form N = a+b+c such that N^3 = concat(a,b,c); a, b, c > 0.at n=13A328198