|
Search: id:A130871
|
|
|
| A130871 |
|
Numbers n such that the sum of the prime factors with multiplicity of n divides n+1. |
|
+0 2
|
|
| 15, 35, 44, 54, 90, 95, 119, 143, 209, 287, 319, 323, 328, 351, 377, 390, 423, 527, 559, 608, 779, 899, 923, 924, 989, 1007, 1189, 1199, 1280, 1343, 1349, 1715, 1763, 1805, 1825, 1919, 2000, 2159, 2448, 2507, 2755, 2759, 2847, 2911, 3008
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
List the factors of n with multiplicity to see if their sum divides the following number n+1.
|
|
EXAMPLE
|
90=2*3*3*5 with sum 2+3+3+5=13, 7*13=91, so 90 is in the sequence.
|
|
MATHEMATICA
|
Select[Range[2, 10000], IntegerQ[(# + 1)/Sum[FactorInteger[ # ][[i, 1]] *FactorInteger[ # ][[i, 2]], {i, 1, Length[FactorInteger[ # ]]}]] &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jul 26 2007
|
|
CROSSREFS
|
Sequence in context: A134335 A080774 A114988 this_sequence A108668 A063532 A090196
Adjacent sequences: A130868 A130869 A130870 this_sequence A130872 A130873 A130874
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
J. M. Bergot (thekingfishb(AT)yahoo.ca), Jul 24 2007
|
|
EXTENSIONS
|
Corrected and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jul 26 2007
|
|
|
Search completed in 0.002 seconds
|