cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A097023 Numbers k such that the sum of the divisors of 2*k^2 is a square.

Original entry on oeis.org

313, 335, 2612, 2817, 3015, 3820, 23508, 34380, 36647, 38193, 42217, 50281, 64972, 73535, 96404, 103180, 155991, 265364, 325847, 329823, 379953, 397068, 452529, 476545, 584748, 624748, 661815, 668660, 867636, 928620
Offset: 1

Views

Author

Labos Elemer, Aug 24 2004

Keywords

Examples

			sigma(2*313^2) = 543^2.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[950000],IntegerQ[Sqrt[DivisorSigma[1,2#^2]]]&] (* Harvey P. Dale, Jul 10 2012 *)

Formula

a(n) = sqrt(A074388(n)/2). - Amiram Eldar, Aug 13 2024

Extensions

Definition clarified by Harvey P. Dale, Jul 10 2012