login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074374 s(s+1)/2 where s is the sum of the prime factors of n (with repetition). 4
0, 0, 3, 6, 10, 15, 15, 28, 21, 21, 28, 66, 28, 91, 45, 36, 36, 153, 36, 190, 45, 55, 91, 276, 45, 55, 120, 45, 66, 435, 55, 496, 55, 105, 190, 78, 55, 703, 231, 136, 66, 861, 78, 946, 120, 66, 325, 1128, 66, 105, 78, 210, 153, 1431, 66, 136, 91, 253, 496, 1770, 78 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Neville Holmes, Integer Sequence Combinations

EXAMPLE

a(10)=7(7+1)/2=28 because 7 is the sum of the prime factors of 10.

MATHEMATICA

f[n_]:=Module[{c=Total[Times@@@FactorInteger[n]]}, (c(c+1))/2]; Join[{0, 0}, Array[f, 60, 2]] (* From Harvey P. Dale, Aug 21 2011 *)

PROG

(PARI) s(n)=sum(i=1, omega(n), component(component(factor(n), 1), i)*component(component(factor(n), 2), i))); a(n)=s(n)*(s(n)+1)/2

CROSSREFS

A000217 applied to A001414. Cf. A074372.

Sequence in context: A105333 A126234 A130484 * A109804 A120993 A194458

Adjacent sequences:  A074371 A074372 A074373 * A074375 A074376 A074377

KEYWORD

easy,nonn

AUTHOR

Neville Holmes (neville.holmes(AT)utas.edu.au), Aug 29 2002

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 02 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 23:45 EST 2012. Contains 205978 sequences.