|
Search: id:A005520
|
|
|
| A005520 |
|
Smallest number of complexity n: smallest number requiring n 1's to build using + and *. (Formerly M0523)
|
|
+0 11
|
|
| 1, 2, 3, 4, 5, 7, 10, 11, 17, 22, 23, 41, 47, 59, 89, 107, 167, 179, 263, 347, 467, 683, 719, 1223, 1438, 1439, 2879, 3767, 4283, 6299, 10079, 11807, 15287, 21599, 33599, 45197, 56039, 81647, 98999, 163259, 203999, 241883, 371447, 540539, 590399, 907199, 1081079, 1851119, 2041199, 3243239, 3840479, 6562079, 8206559
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Largest number of complexity n is given by A000792. - David W. Wilson (davidwwilson(AT)comcast.net), Oct 03 2005
After 1438 = 2 * 719, all elements through 8206559 are primes. Equivalently, except for a(4) = 4, a(7) = 10, a(10) = 22, and a(25) = 1438, we have a(1) through a(53) are all primes. - Jonathan Vos Post (jvospost2(AT)yahoo.com), Apr 07 2006
|
|
REFERENCES
|
R. K. Guy, Unsolved Problems in Number Theory, Sec. F26 (related material).
D. A. Rawsthorne, How many 1's are needed?, Fib. Quart. 27 (1989), 14-17.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Integer Complexity
|
|
EXAMPLE
|
Examples from Piotr Fabian:
1=1, 1 "one": first 1, z(1)=1
2=1+1, 2 "ones": first 2, z(2)=2
3=1+1+1, 3 "ones": first 3, z(3)=3
4=1+1+1+1, 4 "ones": first 4, z(4)=4
5=1+1+1+1+1, 5 "ones": first 5, z(5)=5
6=(1+1)*(1+1+1), 5 "ones"
7=1+((1+1)*(1+1+1)), 6 "ones": first 6, z(6)=7
8=(1+1)*(1+1+1+1), 6 "ones"
9=(1+1+1)*(1+1+1), 6 "ones"
10=1+((1+1+1)*(1+1+1)), 7 "ones": first 7, z(7)=10
11=1+(1+(1+1+1)*(1+1+1)), 8 "ones": first 8, z(8)=11
12=(1+1)*((1+1)*(1+1+1)), 7 "ones"
|
|
PROGRAM
|
See the Python program by Tim Peters at A005421.
|
|
CROSSREFS
|
Cf. A005245, A025280, A003037.
Sequence in context: A133431 A123091 A133493 this_sequence A048183 A122975 A089597
Adjacent sequences: A005517 A005518 A005519 this_sequence A005521 A005522 A005523
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Corrected and extended by David W. Wilson (davidwwilson(AT)comcast.net) 5/97. Extended to terms a(40)=163259 and a(41)=203999 by John W. Layman (layman(AT)math.vt.edu) 3/11/99. Further terms from Piotr Fabian (PCF(AT)who.net), Mar 30 2001.
Ed Pegg Jr, www.mathpuzzle.com, Apr 10 2001, notes that all the new terms are -1 mod 120.
|
|
|
Search completed in 0.002 seconds
|