(50G) Champernowne Sequence (OEIS A030190) - 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) Champernowne Sequence (OEIS A030190) (/thread-7536.html) |
(50G) Champernowne Sequence (OEIS A030190) - Gerald H - 01-08-2017 09:35 AM The Champernowne sequence https://oeis.org/A030190 is the natural number sequence https://en.wikipedia.org/wiki/ISO_80000-2 concatenated in binary & split into single digits: 0,1,1,0,1,1,1,0,0......... For integer input N the programme returns the Nth element of the series starting from index zero. Code:
RE: HP 50g: Champernowne Sequence (OEIS A030190) - Gerald H - 01-17-2017 08:25 AM An alternative algorithm is used in the programme below, having LAMBW as a sub-programme. LAMBW returns the Lambert w function for real input & can be found here http://www.hpmuseum.org/forum/thread-7616.html I would be grateful for improvements to the programme & notification of any aberrant results. Code:
|