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.

A111316 a(n) = A109890(A111315(n)).

Original entry on oeis.org

3, 6, 113573, 230801, 941071, 5166859, 30956561, 123081011, 3050325741, 14086296281, 60060345973, 120331687901, 316465918571, 634257678809, 8042099198501, 34761370800833, 134702376451061, 269979973606237
Offset: 1

Views

Author

N. J. A. Sloane, Nov 04 2005

Keywords

Crossrefs

Programs

  • PARI
    s = 3; S = Set([1, 2]); i = 3; while (1, d = divisors(s); j = 1; while (setsearch(S, d[j]), j++); n = d[j]; if (n == s, print1(s, ", ")); s += n; S = setunion(S, Set(n)); i++); \\ David Wasserman, Jan 09 2009

Extensions

More terms from David Wasserman, Jan 09 2009