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.

A364903 Numbers k such that A060778(k) = 7.

Original entry on oeis.org

529983, 1890624, 4322240, 9641024, 23357888, 30636224, 34000560, 52751168, 68707520, 100340288, 114896960, 153561663, 181521728, 213890624, 244109375, 252905408, 301890624, 310852160, 348083648, 423412928, 444661568, 510759999, 511890624, 520524224, 568393280
Offset: 1

Views

Author

Seiichi Manyama, Aug 12 2023

Keywords

Crossrefs

Programs

  • PARI
    isok(n) = gcd(numdiv(n), numdiv(n+1))==7;
Showing 1-1 of 1 results.