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.

A379124 a(n) = A379119(A379121(n)), where A379121 gives those odd squares k for which A379113(k) > 1 and A379119(n) = n/A379113(n).

Original entry on oeis.org

25, 25, 361, 1369, 361, 25, 10201, 24025, 5041, 7225, 5041, 83521, 85849, 1369, 18769, 27889, 177241, 3969, 1092025, 1243225, 1352569, 13225, 30625, 978121, 5822569, 69169, 70225, 458329, 83521, 97969, 6241, 2253001, 2582449, 212521, 275625, 342225, 358801, 363609, 7502121, 45657049, 63696361, 65626201, 78659161
Offset: 1

Views

Author

Antti Karttunen, Dec 18 2024

Keywords

Comments

All terms are odd squares (A016754) by definition.

Crossrefs

Programs

  • PARI
    forstep(n=1,2^18,2,d=A379113(n^2); if(d>1, print1((n^2)/d,", ")));

Formula

a(n) = A379121(n) / A379123(n).