The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111315 Positions where A109890(n) = Sum_{i = 1..n-1} A109890(i). 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the positions where A109735(n) = 2*A109735(n-1), or equally, where A111241(n) = 1.
LINKS
PROG
(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
CROSSREFS
Sequence in context: A012861 A349885 A042485 * A042711 A195566 A348278
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 04 2005
EXTENSIONS
More terms from David Wasserman, Jan 09 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 19 12:43 EDT 2024. Contains 372692 sequences. (Running on oeis4.)