|
| |
|
|
A075881
|
|
a(n) = the sum of the prime factors of Sum_{i=1,...,n} prime(i).
|
|
0
| |
|
|
2, 5, 7, 17, 9, 41, 31, 18, 7, 46, 7, 197, 26, 281, 43, 130, 18, 170, 73, 74, 91, 120, 44, 110, 60, 46, 81, 460, 44, 62, 50, 620, 80, 712, 571, 812, 38, 108, 80, 10, 96, 386, 126, 1280, 74, 1412, 326, 138, 62, 67, 114, 26, 71, 2030, 3171, 71, 239, 230, 3711, 7699
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
EXAMPLE
| The sum of the first three primes = 10 = 2 * 5, the prime factors of which sum to 7. Hence a(3) = 7.
|
|
|
MATHEMATICA
| Table[Apply[Plus, Transpose[FactorInteger[Sum[Prime[k], {k, 1, i}]]][[1]]], {i, 1, 100}]
|
|
|
CROSSREFS
| Sequence in context: A067580 A181447 A082088 * A089727 A113514 A145674
Adjacent sequences: A075878 A075879 A075880 * A075882 A075883 A075884
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 16 2002
|
| |
|
|