login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076332
Rad(n)+n/rad(n), where rad(n) is the squarefree kernel of n = A007947(n).
1
2, 3, 4, 4, 6, 7, 8, 6, 6, 11, 12, 8, 14, 15, 16, 10, 18, 9, 20, 12, 22, 23, 24, 10, 10, 27, 12, 16, 30, 31, 32, 18, 34, 35, 36, 12, 38, 39, 40, 14, 42, 43, 44, 24, 18, 47, 48, 14, 14, 15, 52, 28, 54, 15, 56, 18, 58, 59, 60, 32, 62, 63, 24, 34, 66, 67, 68, 36, 70, 71, 72, 18, 74
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) rad(n)=my(f=factor(n)[, 1]); prod(i=1, #f, f[i])
a(n)=my(r=rad(n)); r+n/r \\ Charles R Greathouse IV, Aug 08 2013
CROSSREFS
a(n)=A007947(n)+A003557(n).
Sequence in context: A361318 A205791 A039696 * A370681 A245092 A342126
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 06 2002
STATUS
approved