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!)
A323831 a(0) = 5; thereafter a(n) is obtained by doubling a(n-1) and repeatedly deleting any string of identical digits. 3

%I #20 Nov 14 2023 10:02:14

%S 5,10,20,40,80,160,320,640,1280,2560,5120,10240,20480,40960,81920,

%T 163840,327680,6360,12720,250,5,10,20,40,80,160,320,640,1280,2560,

%U 5120,10240,20480,40960,81920,163840,327680,6360,12720,250

%N a(0) = 5; thereafter a(n) is obtained by doubling a(n-1) and repeatedly deleting any string of identical digits.

%C Periodic with period length 20.

%C Conjecture: If we start with any nonnegative number, and repeatedly double it and apply the "repeatedly delete any run of identical digits" operation described here, we eventually reach one of 0, 1, or 5.

%C In other words, the conjecture is that eventually we reach 0 or join the trajectory shown here or the trajectory shown in A323830.

%C The number of steps to reach 0, 1, or 5 is given in A323832.

%H Paolo Xausa, <a href="/A323831/b323831.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_20">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).

%F a(n+1) = A321801(2*a(n)). For general numbers, the "repeatedly delete any run of identical digits" operation corresponds to repeatedly applying A321801. - _Chai Wah Wu_, Feb 11 2019

%t dad[n_]:=FromDigits[FixedPoint[Flatten[Select[Split[#],Length[#]==1&]]&,IntegerDigits[2n]]];NestList[dad,5,100] (* _Paolo Xausa_, Nov 14 2023 *)

%Y Cf. A000079, A320487, A321801, A321802, A323830, A323832.

%K nonn,base,easy

%O 0,1

%A _N. J. A. Sloane_, Feb 03 2019

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 April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)