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!)
A057686 Trajectory of 23 under the `23x+1' map. 9

%I #15 Dec 12 2023 15:55:08

%S 23,530,265,53,1220,610,305,61,1404,702,351,117,39,13,1,24,12,6,3,1,

%T 24,12,6,3,1,24,12,6,3,1,24,12,6,3,1,24,12,6,3,1,24,12,6,3,1,24,12,6,

%U 3,1,24,12,6,3,1,24,12,6,3,1,24,12,6,3,1,24,12,6,3,1

%N Trajectory of 23 under the `23x+1' map.

%C See A057684 for definition.

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

%t Px1[p_,n_]:=Catch[For[i=1,i<PrimePi[p],i++,If[Divisible[n,Prime[i]],Throw[n/Prime[i]]]];p*n+1];

%t NestList[Px1[23,#]&,23,100] (* _Paolo Xausa_, Dec 10 2023 *)

%Y Cf. A057446, A057216, A057522, A057534, A057614.

%Y See also A033478, A057688, A057684, A057685, A057686, A057687, A057689, A057690, A057691.

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_, Oct 20 2000

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)