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.

A163764 a(n) = sqrt(sigma(2*m^2)), where m = A097023(n), i.e., sigma(2*m^2) is a square.

Original entry on oeis.org

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

Views

Author

M. F. Hasler, Aug 03 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[Sqrt[DivisorSigma[1, 2 n^2]], {n, 100000}], IntegerQ[#] &] (* Tanya Khovanova, Jun 18 2021 *)

Extensions

a(31)-a(34) from Amiram Eldar, Aug 13 2024