|
Search: id:A130698
|
|
|
| A130698 |
|
Numbers n such that the sum of the divisors function of all integers up to n is a square. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
It is not known if this sequence is infinite.
|
|
FORMULA
|
n such that sigma(1)+sigma(2)+...+sigma(n)=x^2 with some integer x.
|
|
EXAMPLE
|
a(2)=2 since sigma(1)=1^2 and sigma(1)+sigma(2)=2^2.
|
|
MATHEMATICA
|
L=0; For[j = 1, j < 1000000, j++, L = L + DivisorSigma[1, j]; If[L == Floor[Sqrt[L]]^2, Print[j, " ", Floor[Sqrt[L]]]]]
|
|
CROSSREFS
|
Adjacent sequences: A130695 A130696 A130697 this_sequence A130699 A130700 A130701
Sequence in context: A059703 A041337 A139844 this_sequence A123005 A142477 A119112
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Florian Luca (fluca(AT)matmor.unam.mx), Jul 11 2007
|
|
|
Search completed in 0.002 seconds
|