login

Revision History for A327407

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of steps to reach a fixed point starting with n and repeatedly taking the quotient over the maximum divisor that is 1, prime, or whose prime indices are pairwise coprime. (A327389, A327401).
(history; published version)
#6 by Susanna Cuyler at Fri Sep 20 08:57:22 EDT 2019
STATUS

proposed

approved

#5 by Gus Wiseman at Fri Sep 20 08:07:18 EDT 2019
STATUS

editing

proposed

#4 by Gus Wiseman at Fri Sep 20 07:47:51 EDT 2019
EXAMPLE

We have 441 -> 63 -> 9 -> 3 -> 1, so a(441) = 4.

#3 by Gus Wiseman at Fri Sep 20 07:38:41 EDT 2019
NAME

Number of steps to reach a fixed point starting with n a and repeatedly taking the quotient over the maximum prime divisor that is 1, prime, or whose prime indices are pairwise coprime. (A327389, A327401).

COMMENTS

A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. Numbers that are 1, prime, or whose prime indices are pairwise coprime are listed in A302569.

#2 by Gus Wiseman at Fri Sep 20 04:57:38 EDT 2019
NAME

allocated for Gus WisemanNumber of steps to reach a fixed point starting with n a repeatedly taking the quotient over the maximum prime divisor that is 1, prime, or whose prime indices are pairwise coprime. (A327389, A327401).

DATA

0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 3, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 2, 1, 1, 2

OFFSET

1,9

COMMENTS

A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. Numbers that are 1, prime, or whose prime indices are pairwise coprime are A302569.

LINKS

Gus Wiseman, <a href="https://docs.google.com/document/d/e/2PACX-1vSX9dPMGJhxB8rOknCGvOs6PiyhupdWNpqLsnphdgU6MEVqFBnWugAXidDhwHeKqZe_YnUqYeGOXsOk/pub">Sequences counting and encoding certain classes of multisets</a>

MATHEMATICA

primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];

Table[Length[FixedPointList[#/Max[Select[Divisors[#], #==1||PrimeQ[#]||CoprimeQ@@primeMS[#]&]]&, n]]-2, {n, 100}]

CROSSREFS

See link for additional cross-references.

Cf. A000005, A006530, A056239, A112798, A302569, A304711.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Sep 20 2019

STATUS

approved

editing

#1 by Gus Wiseman at Fri Sep 06 07:38:56 EDT 2019
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved