|
Search: id:A067572
|
|
|
| A067572 |
|
Numbers n such that determinant[{{n, sigma(n)},{n+1, sigma(n+1)}}]is a perfect square. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
If n is a term of the sequence, then the parallelogram formed by the vectors {n, sigma(n)},{n+1, sigma(n+1)} has the same area as that of an integral square.
|
|
EXAMPLE
|
Det[{{15, sigma(15)},{16, sigma(16)}}] = Det[{{15,24},{16,31}}] = 9^2, so 15 is a term of the sequence.
|
|
MATHEMATICA
|
f[n_] := Det[{{n, DivisorSigma[1, n]}, {n + 1, DivisorSigma[1, n + 1]}}]; Do[If[f[n] == 0, Print[n]], {n, 1, 10^6}]
|
|
CROSSREFS
|
Sequence in context: A022288 A041432 A072201 this_sequence A066584 A065915 A062965
Adjacent sequences: A067569 A067570 A067571 this_sequence A067573 A067574 A067575
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 30 2002
|
|
|
Search completed in 0.002 seconds
|