|
Search: id:A138857
|
|
|
| A138857 |
|
Numbers such that all subsets of {a(1)^2,...,a(n)^2} have a different sum. |
|
+0 3
|
|
| 1, 2, 3, 4, 6, 9, 12, 18, 25, 34, 49, 70, 99, 140, 198, 280, 396, 560, 792, 1120, 1584, 2241, 3169, 4482, 6339, 8965, 12678, 17930, 25357, 35860
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Since the ratio of two successive members of A138858 tends
to 1:2, we have here lim a(n+1)/a(n) = sqrt(2). More precisely, one
has a(n) ~ 2^(n/2+const.).
See A138858 for more comments.
|
|
FORMULA
|
A138857(n)=sqrt(A138858(n))
|
|
PROGRAM
|
(PARI) {s=1; p=0; for( n=1, 23, until( !bitand( s, s>>(p^2) ), p++); s+=s<<(p^2); print1( p, ", "))}
|
|
CROSSREFS
|
Cf. A138858(n)=a(n)^2, A138856, A138000, A138001, A064934.
Sequence in context: A094995 A018591 A018669 this_sequence A018130 A160993 A000792
Adjacent sequences: A138854 A138855 A138856 this_sequence A138858 A138859 A138860
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
M. F. Hasler (www.univ-ag.fr/~mhasler), Apr 09 2008
|
|
EXTENSIONS
|
a(24)-a(30) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Oct 03 2009
|
|
|
Search completed in 0.002 seconds
|