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.

A365619 a(n) is the least integer k such that A366110(k) = n, or 0 if there is no such k.

Original entry on oeis.org

0, 0, 0, 0, 0, 454, 0, 13, 0, 0, 0, 19, 0, 16, 0, 17, 15, 22, 6, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 396, 0, 0, 0, 46, 0, 148, 40, 0, 8, 0, 0, 652, 0, 15980, 0, 0, 0, 25, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 136, 0, 0, 0, 27, 0, 64, 0, 0, 0, 100, 0, 29, 21, 0, 0, 0, 0, 15574, 0, 0, 0, 0, 0, 346
Offset: 1

Views

Author

Michel Marcus, Nov 02 2023

Keywords

Comments

The nonzero values are sure, but the zeros are conjectured.
Search was conducted up to 10^5.

Crossrefs

Programs

  • PARI
    lista(ns) = my(nn=100); my(vs = vector(ns, k, [])); forcomposite (i=1, (ns/2)^2, my(x=sigma(i)-i); if (x <= ns, if (#vs[x] <= 1, vs[x] = concat(vs[x], i), vs[x][2] = i));); my(v = vector(nn)); for (i=1, #vs, if (#vs[i] > 1, my(d = vecmax(vs[i])-vecmin(vs[i])); if ((d<=nn) && (!v[d] || (v[d]>i)), v[d] = i););); v;
    lista(2*10^4)
Showing 1-1 of 1 results.