The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230853 Numbers n such that m + (sum of digits in base-3 representation of m) = n has exactly one solution. 12

%I #14 Feb 13 2023 16:11:40

%S 0,2,6,16,26,34,44,54,62,72,98,108,116,126,136,144,154,180,190,198,

%T 208,218,226,236,260,270,278,288,298,306,316,342,352,360,370,380,388,

%U 398,424,434,442,452,462,470,480,504,514,522,532,542,550,560,586,596,604,614,624,632,642,668,678,686

%N Numbers n such that m + (sum of digits in base-3 representation of m) = n has exactly one solution.

%H Donovan Johnson, <a href="/A230853/b230853.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Coi#Colombian">Index entries for Colombian or self numbers and related sequences</a>

%t Select[Tally[Table[m+Total[IntegerDigits[m,3]],{m,0,700}]],#[[2]]==1&][[;;,1]] (* _Harvey P. Dale_, Feb 13 2023 *)

%Y Related base-3 sequences: A053735, A134451, A230641, A230642, A230643, A230853, A230854, A230855, A230856, A230639, A230640, A010063 (trajectory of 1)

%K nonn,base

%O 1,2

%A _N. J. A. Sloane_, Oct 31 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 16:10 EDT 2024. Contains 373133 sequences. (Running on oeis4.)