login
A059875
The lexicographically last sequence of binary encodings of solutions satisfying the equation given in A059871.
5
1, 3, 5, 13, 21, 52, 84, 210, 392, 905, 1601, 3652, 7173, 15364, 28932, 61952, 122900, 253969, 493572, 1017858, 2031636, 4128801, 8159232, 16547841, 33030657, 66584836, 132251649, 266600448, 532677128, 1069548544, 2139095042
OFFSET
1,2
COMMENTS
Apply bin_prime_sum (see A059876) to this sequence and you get A000040, the prime numbers.
LINKS
MAPLE
map(last_term, primesums_primes_mult(16)); last_term := proc(l) local n: n := nops(l); if(0 = n) then ([]) else (op(n, l)): fi: end: # primesums_primes_mult given in A059871.
CROSSREFS
Sequence in context: A059873 A239314 A059874 * A284357 A283583 A283701
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 05 2001
EXTENSIONS
More terms from Naohiro Nomoto, Sep 12 2001
More terms from Larry Reeves (larryr(AT)acm.org), Nov 20 2003
STATUS
approved