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.

Showing 1-1 of 1 results.

A370651 Terms of A370650 that are of least prime signature.

Original entry on oeis.org

1, 8, 12, 64, 144, 216, 360, 512, 768, 1152, 1260, 1728, 2880, 4096, 6144, 7200, 10800, 13824, 15360, 20736, 23040, 25200, 27000, 32768, 34560, 37800, 46656, 49152, 73728, 80640, 86400, 110592, 129600, 138600, 165888, 184320, 201600, 216000, 248832, 262144, 276480
Offset: 1

Views

Author

Amiram Eldar, Feb 24 2024

Keywords

Comments

If k is a term, then all the numbers with the same prime signature as k are terms of A370650.
2^A039004(k) is a term for all k >= 1.

Crossrefs

Intersection of A025487 and A370650.
Cf. A039004.

Programs

  • Mathematica
    lps = Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {, }][[;; , 2]]; Select[lps, q] (* using the function q[n] in A370650 *)
Showing 1-1 of 1 results.