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!)
A253584 Distinct terms in A253443. 3
4, 5, 7, 11, 17, 34, 37, 43, 67, 73, 127, 141, 157, 173, 227, 283, 347, 359, 401, 409, 607, 857, 1091, 1303, 1823, 1907, 2281, 2437, 2441, 2609, 2969, 3851, 4211, 4691, 6907, 7537, 8429, 10301, 11953, 14081, 14557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) occurs exactly A253444(n) times in A253443.
LINKS
MATHEMATICA
nn = 2^14; c[_] := False;
Array[Set[{a[#], c[#]}, {#, True}] &, 2]; u = s = a[1] + a[2];
Rest@ Reap[Monitor[Do[k = SelectFirst[Divisors[s], ! c[#] &];
c[k] = True; s += k;
If[k == u, Sow[u]; While[c[u], u++]], {n, 3, nn}], n]][[-1, 1]] (* Michael De Vlieger, Apr 27 2024 *)
PROG
(Haskell)
import Data.List (group)
a253584 n = a253584_list !! (n-1)
a253584_list = map head $ group a253443_list
CROSSREFS
Sequence in context: A240118 A343211 A237133 * A062709 A242212 A129302
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Jan 05 2015
EXTENSIONS
More terms from Michael De Vlieger, Apr 27 2024
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 20 04:34 EDT 2024. Contains 372703 sequences. (Running on oeis4.)