(50g) OEIS A030302: Binary Champernowne Constant - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (50g) OEIS A030302: Binary Champernowne Constant (/thread-8706.html) |
(50g) OEIS A030302: Binary Champernowne Constant - Gerald H - 07-20-2017 05:31 PM For integer input N the programme returns the Nth digit of the binary Champernowne constant. For more info see: https://oeis.org/A030302 Code:
RE: (50g) OEIS A030302: Binary Champernowne Constant - Gerald H - 07-21-2017 03:16 PM If you're doubtful about the values returned by the programme above please compare with the programme below which for integer input N returns the first N digits of the binary Champernowne constant as an integer. Code:
|