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!)
A111316 a(n) = A109890(A111315(n)). 4
3, 6, 113573, 230801, 941071, 5166859, 30956561, 123081011, 3050325741, 14086296281, 60060345973, 120331687901, 316465918571, 634257678809, 8042099198501, 34761370800833, 134702376451061, 269979973606237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,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, print1(s, ", ")); s += n; S = setunion(S, Set(n)); i++); \\ David Wasserman, Jan 09 2009
CROSSREFS
Sequence in context: A122182 A276701 A157596 * A297530 A222010 A152590
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 August 9 01:56 EDT 2024. Contains 375024 sequences. (Running on oeis4.)