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!)
A138856 Numbers such that all subsets of {prime(a(1)),...,prime(a(n))} have a different sum. 2
1, 2, 4, 5, 10, 16, 28, 47, 83, 147, 267, 481, 882, 1621, 2997, 5578, 10428, 19560, 36849, 69649, 131983, 250841, 477992, 912662, 1746404, 3347928, 6429526, 12366247, 23820901, 45947255 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
LINKS
FORMULA
A138856(n)=primepi(A138000(n))
PROG
(PARI) {s=1; p=0; for( n=1, 20, until( !bitand( s, s>>prime(p++) ), ); s+=s<<prime(p); print1( p, ", "))}
CROSSREFS
Sequence in context: A059994 A299492 A253198 * A333188 A018401 A049332
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 10 2008
EXTENSIONS
a(22)-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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)