login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A163764
a(n) = sqrt(sigma(2*m^2)), where m = A097023(n), i.e., sigma(2m^2) is a square.
2
543, 651, 5187, 5973, 7161, 8463, 57057, 93093, 66063, 81003, 80199, 98553, 130851, 160797, 216657, 259749, 347529, 561393, 565383, 726693, 882189, 1042587, 1084083, 922467, 1439361, 1242927, 1768767, 1490139, 2383227, 2857239, 2029143, 2486169, 4517877, 6175323
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..200 (calculated using the b-file at A097023)
MATHEMATICA
Select[Table[Sqrt[DivisorSigma[1, 2 n^2]], {n, 1000000}], IntegerQ[#] &] (* Tanya Khovanova, Jun 18 2021)
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Aug 03 2009
EXTENSIONS
a(31)-a(34) from Amiram Eldar, Aug 13 2024
STATUS
approved