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.

A111315 Positions where A109890(n) = Sum_{i = 1..n-1} A109890(i).

Original entry on oeis.org

3, 4, 222, 232, 279, 568, 634, 844, 1307, 1704, 2016, 2050, 2164, 2325, 2701, 3130, 3225, 3322, 3524, 4673, 6007, 6692, 7141, 7221, 7954, 8689, 11051, 11898, 13959, 14166, 16192, 17078, 17220, 17521, 18071, 22324, 22414, 24757, 28290, 28979
Offset: 1

Views

Author

N. J. A. Sloane, Nov 04 2005

Keywords

Comments

These are the positions where A109735(n) = 2*A109735(n-1), or equally, where A111241(n) = 1.

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, print(i)); s += n; S = setunion(S, Set(n)); i++); \\ David Wasserman, Jan 09 2009

Extensions

More terms from David Wasserman, Jan 09 2009