|
| |
|
|
A107925
|
|
Odd numbers n such that n^2 is an arithmetic number.
|
|
1
| |
|
|
1, 7, 13, 19, 31, 37, 43, 61, 67, 73, 79, 91, 97, 103, 109, 121, 127, 133, 139, 151, 157, 163, 181, 193, 199, 211, 217, 223, 229, 241, 247, 259, 271, 277, 283, 301, 307, 313, 331, 337, 349, 367, 373, 379, 397, 403, 409, 421, 427, 433, 439, 457, 463, 469, 481
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Even numbers with this property are much more rare, cf. A107924, A003601 (arithmetic number).
|
|
|
MATHEMATICA
| Select[Range[1, 500, 2], Mod[DivisorSigma[1, #^2], DivisorSigma[0, #^2]]==0&]
|
|
|
CROSSREFS
| Cf. A003601, A107924.
Sequence in context: A133290 A038590 A129389 * A002476 A123365 A144921
Adjacent sequences: A107922 A107923 A107924 * A107926 A107927 A107928
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Jun 10 2005
|
| |
|
|