|
Search: id:A110817
|
|
|
| A110817 |
|
Numbers n such that (1/n)sigma(n+1) is an integer. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
These are all the terms up to 10^8.
|
|
EXAMPLE
|
sigma(2+1)/2 = 2, so 2 is a term of the sequence.
|
|
MATHEMATICA
|
Select[Range[10^6], IntegerQ[DivisorSigma[1, # + 1]/# ] &]
|
|
CROSSREFS
|
Sequence in context: A047684 A162955 A064448 this_sequence A110860 A050995 A117116
Adjacent sequences: A110814 A110815 A110816 this_sequence A110818 A110819 A110820
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 15 2005
|
|
EXTENSIONS
|
a(6) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Nov 15 2009
|
|
|
Search completed in 0.002 seconds
|