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!)
A175704 Auto-convolution of A008472. 1
0, 0, 4, 12, 17, 32, 54, 78, 95, 102, 149, 188, 213, 254, 360, 408, 463, 488, 617, 636, 769, 784, 1111, 1060, 1231, 1172, 1505, 1408, 1756, 1574, 1990, 2060, 2451, 2096, 3099, 2500, 2729, 2862, 3683, 3368, 4166, 3902, 4523, 4396, 4987, 4424, 6579, 5228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A008472 is the sum of the distinct primes dividing n.
LINKS
FORMULA
a(n) = Sum_{k=1..n} A008472(k)*A008472(n+1-k).
MAPLE
A175704 := proc(n)
add(A008472(k)*A008472(n+1-k), k=1..n) ;
end proc: # R. J. Mathar, Jul 10 2012
CROSSREFS
Sequence in context: A047958 A300747 A303795 * A350602 A362873 A111371
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 10 2010
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 28 18:07 EDT 2024. Contains 372092 sequences. (Running on oeis4.)