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!)
A122804 Smallest positive number divisible by n which is not of the form a(i)+a(j) for i and j <= n-1. 5
1, 4, 3, 12, 10, 12, 21, 32, 9, 40, 55, 48, 26, 28, 45, 112, 17, 108, 114, 180, 63, 132, 23, 168, 150, 104, 270, 28, 145, 150, 186, 128, 99, 170, 70, 252, 370, 266, 39, 400, 328, 252, 301, 352, 495, 92, 188, 576, 245, 150, 408, 468, 106, 486, 165, 784, 342, 406, 649 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Same as A122544, except that a(n) is allowed to take values already in the sequence.
LINKS
MATHEMATICA
f[s_] := Block[{n, k}, k = n = Length[s] + 1; While[MemberQ[Union[Plus @@@ Tuples[s, 2]], k], k += n]; Append[s, k]]; Nest[f, {1}, 60]
CROSSREFS
Cf. A122537, A122544, A122805 (a(n)/n), A122806 (complement).
Sequence in context: A074324 A162766 A166552 * A122544 A323931 A205371
KEYWORD
nonn
AUTHOR
Ray Chandler, Sep 23 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 April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)