|
Search: id:A131484
|
|
| |
|
| 44, 41005, 41040, 68263, 91907, 109736, 416325, 603954, 826987, 1122407, 1218999, 1262079, 1533375, 1649375, 1835584, 1935225, 1964199, 2141888, 2562016, 2615799, 2649352, 3021075, 3186000, 3554880, 3863678, 4221536, 4655805
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
There is remote formal resemblance to amicable pairs.
|
|
LINKS
|
K. Brockhaus, Table of n, a(n) for n=1..126
|
|
EXAMPLE
|
44 = 2*2*11 has sum of prime factors 15, which divides 44 + 1 = 45; 45 = 3*3*5 has sum of prime factors 11, which divides 44. Hence 44 is in the sequence.
|
|
PROGRAM
|
(PARI) {m=4700000; s=2; for(n=2, m, f=factor(n+1); t=sum(j=1, matsize(f)[1], f[j, 1]*f[j, 2]); if((n+1)%s==0&&n%t==0, print1(n, ", ")); s=t)} /* Klaus Brockhaus, Jul 30 2007 */
|
|
CROSSREFS
|
Cf. A001414 (sum of prime factors of n, with repetition), A063990 (amicable numbers), A130871.
Adjacent sequences: A131481 A131482 A131483 this_sequence A131485 A131486 A131487
Sequence in context: A078279 A007105 A119096 this_sequence A115734 A119078 A001782
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
J. M. Bergot (thekingfishb(AT)yahoo.ca), Jul 28 2007
|
|
EXTENSIONS
|
Edited and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 30 2007
|
|
|
Search completed in 0.002 seconds
|