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!)
A120374 Median of prime divisors of 2n+1 (with multiplicity). 1
3, 5, 7, 3, 11, 13, 4, 17, 19, 5, 23, 5, 3, 29, 31, 7, 6, 37, 8, 41, 43, 3, 47, 7, 10, 53, 8, 11, 59, 61, 3, 9, 67, 13, 71, 73, 5, 9, 79, 3, 83, 11, 16, 89, 10, 17, 12, 97, 3, 101, 103, 5, 107, 109, 20, 113, 14, 3, 12, 11, 22, 5, 127, 23, 131, 13, 3, 137, 139, 25, 12, 17, 7, 149, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
165 = 3*5*11, an odd number of prime divisors; the middle one is 5, so a(165) = 5. 315 = 3*3*5*7, an even number of prime divisors; the middle two are 3 and 5; their mean is 4, so a(315) = 4.
MATHEMATICA
mpd[n_]:=Median[Flatten[Table[#[[1]], #[[2]]]&/@FactorInteger[n]]]; Table[ mpd[ n], {n, 3, 201, 2}] (* Harvey P. Dale, Dec 03 2021 *)
CROSSREFS
Cf. A088836 (first difference at 2n+1 = 45).
Sequence in context: A051417 A326577 A090368 * A088836 A076565 A286517
KEYWORD
nonn
AUTHOR
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)