(42S) 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: (42S) Champernowne Sequence (OEIS A030190) (/thread-7693.html) |
(42S) Champernowne Sequence (OEIS A030190) - Gerald H - 01-31-2017 07:16 PM 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. The programme CHAM uses 2 sub-programmes, for CEIL see http://www.hpmuseum.org/forum/thread-7691.html and LAM w see http://www.hpmuseum.org/forum/thread-7692.html Code:
|