The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A175703 Convolution of A007947 with itself. 0
1, 4, 10, 16, 27, 44, 72, 88, 105, 132, 194, 232, 259, 324, 464, 544, 593, 636, 862, 904, 999, 1092, 1500, 1576, 1689, 1852, 2210, 2192, 2307, 2460, 3184, 3256, 3613, 3596, 4830, 4304, 4455, 4860, 6220, 6264, 6193, 7372, 8314, 8560, 8047, 8724, 11076 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=1..n} rad(k)*rad(n+1-k) where rad = A007947 is the product of the distinct prime factors of n.
MAPLE
read("transforms") ;
a007947 := [seq(A007947(n), n=1..60)] ;
CONV(a007947, a007947) ; # R. J. Mathar, Nov 07 2011
CROSSREFS
Sequence in context: A076577 A008148 A089340 * A132227 A036063 A112984
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)