cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059875 The lexicographically last sequence of binary encodings of solutions satisfying the equation given in A059871.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Feb 05 2001

Keywords

Comments

Apply bin_prime_sum (see A059876) to this sequence and you get A000040, the prime numbers.

Crossrefs

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