Problem: 1 2 32 4 512

Code: 1+2+32+4+512/tails_1644492172

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


. (map) 
    , (range from 1) 
        $ (= fstInt) 
    / (foldr1) <--arg( A ) 
        | (filter) 
            . (map) 
                `, (range from 0) 
                    ~ (auto) 
                ^ (pow) <--arg( B ) 
                    2 (integer) 
                    $ (= B) 
            ~ (not) 
            / (foldr1) <--arg( C ) 
                `% (split list (keep empties)) 
                    `p (int to str) 
                        (implicit arg = C) 
                    (implicit arg = A) 
                (implicit arg = E) <--arg( E D ) 
        (implicit arg = G) <--arg( G F ) 

Back to the index