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”).
%I #16 Aug 13 2024 05:34:04
%S 543,651,5187,5973,7161,8463,57057,93093,66063,81003,80199,98553,
%T 130851,160797,216657,259749,347529,561393,565383,726693,882189,
%U 1042587,1084083,922467,1439361,1242927,1768767,1490139,2383227,2857239,2029143,2486169,4517877,6175323
%N a(n) = sqrt(sigma(2*m^2)), where m = A097023(n), i.e., sigma(2m^2) is a square.
%H Amiram Eldar, <a href="/A163764/b163764.txt">Table of n, a(n) for n = 1..200</a> (calculated using the b-file at A097023)
%t Select[Table[Sqrt[DivisorSigma[1, 2 n^2]], {n, 1000000}], IntegerQ[#] &] (* _Tanya Khovanova_, Jun 18 2021)
%Y Cf. A000203, A008847, A097023, A163763.
%K nonn
%O 1,1
%A _M. F. Hasler_, Aug 03 2009
%E a(31)-a(34) from _Amiram Eldar_, Aug 13 2024