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!)
A084322 Fixed points if prime-factor-concatenation function (A084318) is iterated at primorial number initial values. 1

%I #5 Oct 15 2013 22:32:02

%S 2,23,547,2357,4359293547691,325798243129564339,

%T 3947306373286437248759663633906484193454376823

%N Fixed points if prime-factor-concatenation function (A084318) is iterated at primorial number initial values.

%F a(n)=A084318[A002110(n)]

%e n=4: primorial[4]=2310; a(4)=4359293547691=A084318[2310]; the list of iterations:

%e {2310, 235711, 7151223, 34495309, 41841349, 1116722777, 1958774883, 313113444469, 744730492067, 4359293547691};

%e at each step the ordered prime factors of previous term are concatenated.

%t ffi[x_] := Flatten[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] q[x_] := Apply[Times, Table[Prime[w], {w, 1, x}]] lf[x_] := Length[FactorInteger[x]] nd[x_, y_] := 10*x+y tn[x_] := Fold[nd, 0, x] coc[x_] := Fold[nd, 0, Flatten[IntegerDigits[ba[x]], 1]] Table[FixedPoint[coc, q[w]], {w, 1, 7}]

%Y Cf. A001405, A084317, A084318.

%K base,nonn

%O 1,1

%A _Labos Elemer_, Jun 20 2003

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