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!)
A120579 Irregular array where the n-th row are the divisors, not occurring earlier in the sequence, of the sum of the terms in all previous rows. a(1)=5. 3
5, 1, 2, 3, 6, 17, 34, 4, 68, 7, 10, 14, 20, 28, 35, 70, 140, 8, 16, 29, 58, 116, 232, 464, 19, 73, 1387, 1433, 2866, 7165, 14330, 5732, 28660, 11, 22, 44, 15763, 31526, 63052, 38, 55, 83, 95, 110, 166, 190, 209, 415, 418, 830, 913, 1045, 1577, 1826, 2090, 3154, 4565 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Is this sequence a permutation of the positive integers?
LINKS
EXAMPLE
Array begins:
5
1
2,3,6
17
34
Now these terms add up to 68. So row 6 is the divisors of 68 which do not occur earlier in the sequence. 1, 2, 17 and 34 occur in earlier rows, so row 6 is (4,68).
MATHEMATICA
f[t_] := Flatten[Append[t, Select[Divisors[Plus @@ t], FreeQ[t, # ] &]]]; Nest[f, {5}, 14] (* Ray Chandler, Jun 17 2006 *)
CROSSREFS
Sequence in context: A222214 A055185 A281409 * A093316 A085758 A154529
KEYWORD
nonn,tabf
AUTHOR
Leroy Quet, Jun 15 2006
EXTENSIONS
Extended by Ray Chandler, Jun 17 2006
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 21 17:00 EDT 2024. Contains 372738 sequences. (Running on oeis4.)