Nothing Special   »   [go: up one dir, main page]

login
Revision History for A355745 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of ways to choose a prime factor of each prime index of n (with multiplicity, in weakly increasing order) such that the result is also weakly increasing.
(history; published version)
#6 by Michael De Vlieger at Tue Jul 19 08:04:07 EDT 2022
STATUS

proposed

approved

#5 by Gus Wiseman at Tue Jul 19 04:59:16 EDT 2022
STATUS

editing

proposed

#4 by Gus Wiseman at Tue Jul 19 04:58:50 EDT 2022
EXAMPLE

The prime indices of 1469 are {6,30}, and there are 5 five valid choices: (2,2), (2,3), (2,5), (3,3), (3,5), so a(1469) = 5.

#3 by Gus Wiseman at Tue Jul 19 04:58:26 EDT 2022
EXAMPLE

The a(prime indices of 1469) = 5 ways are {6,30}, and there are 5 valid choices: {(2,2}, {), (2,3}, {), (2,5}, {), (3,3}, {), (3,5}), so a(1469) = 5.

CROSSREFS

Choosing a multiset instead of weakly increasing sequence gives A355744.

Cf. A000720, A076610, `A335433, ~`A335448, `~A340852, A355737, A355739, `A355740, A355742.

#2 by Gus Wiseman at Mon Jul 18 05:23:00 EDT 2022
NAME

allocated for Gus WisemanNumber of ways to choose a prime factor of each prime index of n (with multiplicity, in weakly increasing order) such that the result is also weakly increasing.

DATA

1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 0, 0, 2, 0, 2, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 2, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 2

OFFSET

1,13

COMMENTS

First differs from A355741 and A355744 at n = 35.

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.

LINKS

Wikipedia, <a href="https://en.wikipedia.org/wiki/Cartesian_product">Cartesian product</a>.

EXAMPLE

The a(1469) = 5 ways are: {2,2}, {2,3}, {2,5}, {3,3}, {3,5}.

MATHEMATICA

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

Table[Length[Select[Tuples[Union/@primeMS/@primeMS[n]], LessEqual@@#&]], {n, 100}]

CROSSREFS

Allowing all divisors gives A355735, firsts A355736, reverse A355749.

Not requiring an increasing sequence gives A355741.

Choosing a multiset instead of weakly increasing sequence gives A355744.

A000005 counts divisors.

A001414 adds up distinct prime divisors, counted by A001221.

A003963 multiplies together the prime indices of n.

A056239 adds up prime indices, row sums of A112798, counted by A001222.

A120383 lists numbers divisible by all of their prime indices.

A324850 lists numbers divisible by the product of their prime indices.

A355731 chooses of a divisor of each prime index, firsts A355732.

A355733 chooses a multiset of divisors, firsts A355734.

Cf. A000720, A076610, `A335433, ~`A335448, `~A340852, A355737, A355739, `A355740, A355742.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Jul 18 2022

STATUS

approved

editing

#1 by Gus Wiseman at Fri Jul 15 21:38:32 EDT 2022
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved