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!)
A361632 a(n) is the numerator of the median of the prime factors of n with repetition. 4
2, 3, 2, 5, 5, 7, 2, 3, 7, 11, 2, 13, 9, 4, 2, 17, 3, 19, 2, 5, 13, 23, 2, 5, 15, 3, 2, 29, 3, 31, 2, 7, 19, 6, 5, 37, 21, 8, 2, 41, 3, 43, 2, 3, 25, 47, 2, 7, 5, 10, 2, 53, 3, 8, 2, 11, 31, 59, 5, 61, 33, 3, 2, 9, 3, 67, 2, 13, 5, 71, 2, 73, 39, 5, 2, 9, 3, 79 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
For p a prime, a(p^k) = p.
a(n) = numerator((A079879(n) + A361725(n))/2).
EXAMPLE
a(12) = 2 since 12 = 2*2*3, and the median of the factors is equal to 2.
a(36) = 5 since 30 = 2*2*3*3, and the median of the factors is equal to 5/2.
MATHEMATICA
a[n_]:=Numerator[Median[Flatten[Table[#[[1]], {#[[2]]}] & /@ FactorInteger[n]]]]; Array[a, 78, 2]
CROSSREFS
Cf. A001222, A027746, A079879, A323171, A361565, A361630 (without repetition), A361633 (denominator), A361725.
Sequence in context: A141346 A095402 A086294 * A075860 A361630 A323171
KEYWORD
nonn,frac
AUTHOR
Stefano Spezia, Mar 18 2023
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 August 25 08:31 EDT 2024. Contains 375422 sequences. (Running on oeis4.)