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!)
A305808 Dirichlet convolution of A032742 (the largest proper divisor of n) with itself. 3
1, 2, 2, 5, 2, 8, 2, 12, 7, 12, 2, 22, 2, 16, 12, 28, 2, 30, 2, 34, 16, 24, 2, 56, 11, 28, 24, 46, 2, 56, 2, 64, 24, 36, 16, 87, 2, 40, 28, 88, 2, 76, 2, 70, 46, 48, 2, 136, 15, 70, 36, 82, 2, 108, 24, 120, 40, 60, 2, 172, 2, 64, 62, 144, 28, 116, 2, 106, 48, 108, 2, 228, 2, 76, 70, 118, 24, 136, 2, 216, 81, 84, 2, 236, 36, 88, 60, 184, 2, 228, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A032742(n/d)*A032742(d).
PROG
(PARI)
A032742(n) = if(1==n, n, n/vecmin(factor(n)[, 1]));
A305808(n) = sumdiv(n, d, A032742(n/d)*A032742(d));
CROSSREFS
Sequence in context: A293225 A353851 A305798 * A353858 A347466 A266662
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 13 2018
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 17 20:27 EDT 2024. Contains 371767 sequences. (Running on oeis4.)