A059875 The lexicographically last sequence of binary encodings of solutions satisfying the equation given in A059871.
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
Keywords
Links
- Sean A. Irvine, Table of n, a(n) for n = 1..50
Programs
-
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.
Extensions
More terms from Naohiro Nomoto, Sep 12 2001
More terms from Larry Reeves (larryr(AT)acm.org), Nov 20 2003
Comments