login
This site is supported by donations 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; 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.

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

Cf. A138858(n)=a(n)^2, A138856, A138000, A138001, A064934.

Sequence in context: A094995 A018591 A018669 * A018130 A160993 A171826

Adjacent sequences:  A138854 A138855 A138856 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:14 EST 2012. Contains 206008 sequences.