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!)
A072058 Squarefree kernel of 2*prime(n)+1. 2
5, 7, 11, 15, 23, 3, 35, 39, 47, 59, 21, 15, 83, 87, 95, 107, 119, 123, 15, 143, 21, 159, 167, 179, 195, 203, 69, 215, 219, 227, 255, 263, 55, 93, 299, 303, 105, 327, 335, 347, 359, 33, 383, 129, 395, 399, 141, 447, 455, 51, 467, 479, 483, 503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A007947(A072055(n)).
EXAMPLE
n = 12: 2*A000040(12)+1 = 2*37+1 = 75 and as A007947(75) = A007947(7*5*5) = 15: a(12) = 15.
MATHEMATICA
rad[n_] := Times @@ FactorInteger[n][[;; , 1]]; rad /@ (2 * Select[Range[250], PrimeQ] + 1) (* Amiram Eldar, Sep 07 2020 *)
CROSSREFS
Sequence in context: A032699 A073088 A054059 * A072055 A314300 A189320
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 11 2002
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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)