Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A357879

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A357879 Number of divisors of n with the same sum of prime indices as their quotient. Central column of A321144, taking gaps as 0's.
(history; published version)
#7 by Michael De Vlieger at Thu Oct 27 10:13:30 EDT 2022
STATUS

proposed

approved

#6 by Gus Wiseman at Thu Oct 27 09:59:30 EDT 2022
STATUS

editing

proposed

#5 by Gus Wiseman at Thu Oct 27 09:58:36 EDT 2022
EXAMPLE

The a(3600) = 5 divisors, their prime indices, and theirthe prime indices of their quotients:

45: {2,2,3} * {1,1,1,1,3}

50: {1,3,3} * {1,1,1,2,2}

60: {1,1,2,3} * {1,1,2,3}

72: {1,1,1,2,2} * {1,3,3}

80: {1,1,1,1,3} * {2,2,3}

#4 by Gus Wiseman at Thu Oct 27 09:28:02 EDT 2022
CROSSREFS

Cf. A033879, A033880, A064914, A181819, A213074, A235130, A237258, A276107, A300061, A321144, A357975.

Cf. A118914, A181819, `A300273, `A304442.

Cf. A064914, A213074, A213086, A235130, A237194, A237258, A276107, `A300061.

#3 by Gus Wiseman at Thu Oct 27 09:22:51 EDT 2022
NAME

Number of divisors of n with the same sum of prime indices as their quotient. Central column of A321144, taking gaps as 0's.

CROSSREFS

Cf. A033879 2minus_sumdiv, A033880 sumdiv_minus2, A321144 tri_numdiv_sumprix_k, A357975 half_prix_floor.

Cf. A047966 ptns_unif, A118914 pri_sig_sort, A181819 pri_shadow, A300273 h_collapsible, A304442 ptns_w_eq_runsums.

Cf. A033879, A033880, A321144, A357975.

Cf. A118914, A181819, `A300273, `A304442.

#2 by Gus Wiseman at Thu Oct 27 09:18:08 EDT 2022
NAME

allocatedNumber of divisors of n with the same sum of prime indices as their quotient. Central forcolumn Gusof WisemanA321144.

DATA

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

OFFSET

1,12

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.

EXAMPLE

The a(3600) = 5 divisors and their prime indices:

45: {2,2,3}

50: {1,3,3}

60: {1,1,2,3}

72: {1,1,1,2,2}

80: {1,1,1,1,3}

MATHEMATICA

sumprix[n_]:=Total[Cases[FactorInteger[n], {p_, k_}:>k*PrimePi[p]]];

Table[Length[Select[Divisors[n], sumprix[#]==sumprix[n]/2&]], {n, 100}]

CROSSREFS

Positions of nonzero terms are A357976, counted by A002219.

A001222 counts prime factors, distinct A001221.

A056239 adds up prime indices, row sums of A112798.

Cf. A033879 2minus_sumdiv, A033880 sumdiv_minus2, A321144 tri_numdiv_sumprix_k, A357975 half_prix_floor.

Cf. A047966 ptns_unif, A118914 pri_sig_sort, A181819 pri_shadow, A300273 h_collapsible, A304442 ptns_w_eq_runsums.

Cf. A064914, A213074, A213086, A235130, A237194, A237258, A276107, `A300061.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Oct 27 2022

STATUS

approved

editing

#1 by Gus Wiseman at Mon Oct 17 17:50:43 EDT 2022
NAME

allocated for Gus Wiseman

KEYWORD

allocated

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 September 11 17:54 EDT 2024. Contains 375839 sequences. (Running on oeis4.)