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!)
A138857 Numbers such that all subsets of {a(1)^2,...,a(n)^2} have a different sum. 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; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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.
LINKS
FORMULA
A138857(n)=sqrt(A138858(n))
PROG
(PARI) {s=1; p=0; for( n=1, 23, until( !bitand( s, s>>(p^2) ), p++); s+=s<<(p^2); print1( p, ", "))}
CROSSREFS
Sequence in context: A018591 A309591 A018669 * A018130 A160993 A171826
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 09 2008
EXTENSIONS
a(24)-a(30) from Donovan Johnson, Oct 03 2009
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 13 09:24 EDT 2024. Contains 372504 sequences. (Running on oeis4.)