login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A010067
Base 6 self or Colombian numbers (not of form k + sum of base 6 digits of k).
12
1, 3, 5, 12, 19, 26, 33, 40, 42, 49, 56, 63, 70, 77, 79, 86, 93, 100, 107, 114, 116, 123, 130, 137, 144, 151, 153, 160, 167, 174, 181, 188, 190, 197, 204, 211, 218, 229, 236, 243, 250, 257, 259, 266, 273, 280, 287, 294, 296, 303, 310, 317, 324, 331, 333, 340, 347
OFFSET
1,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.24, pp. 179-180.
József Sándor and Borislav Crstici, Handbook of Number theory II, Kluwer Academic Publishers, 2004, Chapter 4, p. 384-386.
MATHEMATICA
s[n_] := n + Plus @@ IntegerDigits[n, 6]; m = 350; Complement[Range[m], Array[s, m]] (* Amiram Eldar, Nov 28 2020 *)
CROSSREFS
KEYWORD
nonn,base
EXTENSIONS
More terms from Amiram Eldar, Nov 28 2020
STATUS
approved