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!)
A338560 Denominators of the fractions f(n) such that (6/Pi^2)*f(n) is the asymptotic density of the numbers k with A280292(k) = sopfr(k) - sopf(k) = n. 4
1, 1, 6, 12, 12, 360, 72, 560, 2160, 30240, 12600, 399168, 453600, 86486400, 209563200, 1111968000, 363242880, 5557616064000, 163459296000, 70396470144000, 83364240960000, 1773991047628800, 7508350080000, 6120269114319360000, 86090742017280000, 224409867525043200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A338559 for details.
LINKS
MATHEMATICA
psi[1] = 1; psi[n_] := n*Times @@ (1 + 1/Transpose[FactorInteger[n]][[1]]); delta[ps_] := 1/psi[(Times @@ ps)*(Times @@ Union[ps])]; f[n_] := Total[delta /@ IntegerPartitions[n, Floor[n/2], Select[Range[n], PrimeQ]]]; Denominator @ Array[f, 30, 0]
CROSSREFS
Sequence in context: A185152 A028588 A327569 * A221433 A335485 A004749
KEYWORD
nonn,frac
AUTHOR
Amiram Eldar, Nov 02 2020
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 April 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)