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!)
A358103 Quotient of the n-th divisible pair, where pairs are ordered by Heinz number. Quotient of prime indices of A318990(n). 0
1, 2, 1, 3, 4, 2, 5, 1, 6, 7, 8, 3, 9, 1, 4, 10, 11, 2, 12, 13, 14, 5, 15, 16, 6, 3, 17, 1, 18, 7, 2, 19, 20, 21, 22, 8, 23, 1, 24, 9, 4, 25, 26, 27, 10, 28, 29, 30, 5, 11, 31, 3, 32, 12, 33, 34, 1, 35, 36, 13, 6, 37, 2, 14, 38, 39, 15, 40, 41, 1, 42, 7, 4, 43 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

The Heinz number of a partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k). This gives a bijective correspondence between positive integers and integer partitions.

LINKS

Table of n, a(n) for n=1..74.

FORMULA

a(n) = A358104(n)/A358105(n).

EXAMPLE

The 12-th divisible pair is (2,6) so a(12) = 3.

MATHEMATICA

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

Join@@Table[Cases[primeMS[n], {x_, y_}/; Divisible[y, x]:>y/x, {0}], {n, 100}]

CROSSREFS

The divisible pairs are ranked by A318990, proper A339005.

Quotient of A358104 and A358105.

A different ordering is A358106.

A000040 lists the primes.

A001222 counts prime indices, distinct A001221.

A001358 lists the semiprimes, squarefree A006881.

A003963 multiplies together prime indices.

A056239 adds up prime indices.

A358192/A358193 gives quotients of semiprime indices.

Cf. A000720, A027751, A032741, A215366, A289508, A289509, A296150, A300912, A318991, A318992.

Sequence in context: A131987 A337226 A120874 * A112382 A117384 A125160

Adjacent sequences:  A358100 A358101 A358102 * A358104 A358105 A358106

KEYWORD

nonn,new

AUTHOR

Gus Wiseman, Nov 02 2022

STATUS

approved

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 November 6 13:49 EST 2022. Contains 357980 sequences. (Running on oeis4.)