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!)
A112967 Sum(Omega(i)*Omega(j): i+j=n), with Omega=A001222. 5
0, 0, 0, 1, 2, 5, 6, 10, 10, 17, 18, 26, 24, 33, 30, 41, 38, 52, 46, 64, 54, 71, 62, 87, 70, 91, 80, 106, 90, 116, 100, 130, 112, 139, 120, 163, 130, 161, 144, 185, 152, 190, 162, 208, 172, 205, 178, 244, 186, 232, 208, 262, 212, 267, 218, 291, 246, 287, 248, 329, 252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
G.f.: (Sum_{p prime, k>=1} x^(p^k)/(1 - x^(p^k)))^2. - Ilya Gutkovskiy, Mar 15 2017
MAPLE
X:= Vector(100, numtheory:-bigomega):
seq(add(X[i]*X[n-i], i=1..n-1), n=1..100); # Robert Israel, Mar 15 2017
MATHEMATICA
Table[Sum[PrimeOmega[i] PrimeOmega[n - i], {i, 1, n - 1} ], {n, 1, 61}] (* Indranil Ghosh, Mar 16 2017 *)
PROG
(PARI) for(n=1, 61, print1(sum(i=1, n - 1, bigomega(i) * bigomega(n - i)), ", ")) \\ Indranil Ghosh, Mar 16 2017
CROSSREFS
Sequence in context: A007503 A337298 A184418 * A244731 A307562 A109150
KEYWORD
nonn,look
AUTHOR
Reinhard Zumkeller, Oct 07 2005
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 3 04:24 EDT 2024. Contains 372205 sequences. (Running on oeis4.)