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!)
A305799 Dirichlet convolution of A078899 with itself. 5
1, 2, 2, 5, 2, 6, 2, 10, 7, 6, 2, 16, 2, 6, 8, 18, 2, 20, 2, 16, 8, 6, 2, 34, 11, 6, 20, 16, 2, 26, 2, 30, 8, 6, 12, 50, 2, 6, 8, 36, 2, 26, 2, 16, 28, 6, 2, 66, 15, 32, 8, 16, 2, 56, 12, 38, 8, 6, 2, 68, 2, 6, 30, 47, 12, 26, 2, 16, 8, 38, 2, 104, 2, 6, 38, 16, 16, 26, 2, 74, 47, 6, 2, 70, 12, 6, 8, 38, 2, 88, 16, 16, 8, 6, 12, 118, 2, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A078899(d)*A078899(n/d).
PROG
(PARI)
up_to = 65537;
ordinal_transform(invec) = { my(om = Map(), outvec = vector(length(invec)), pt); for(i=1, length(invec), if(mapisdefined(om, invec[i]), pt = mapget(om, invec[i]), pt = 0); outvec[i] = (1+pt); mapput(om, invec[i], (1+pt))); outvec; };
A006530(n) = if(n>1, vecmax(factor(n)[, 1]), 1);
v078899 = ordinal_transform(vector(up_to, n, A006530(n)));
A078899(n) = v078899[n];
A305799(n) = sumdiv(n, d, A078899(d)*A078899(n/d));
CROSSREFS
Sequence in context: A305791 A299764 A301830 * A294339 A185291 A018216
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)