Post History
Vyxal, 15 bytes ‡16ḭ↲ƛ16%k^i;Ṙ∑ Try it Online! This uses the same algorithm as my Vyxal 3 solution.
#1: Initial revision
# [Vyxal](https://github.com/Vyxal/Vyxal/tree/version-2), 15 bytes ``` ‡16ḭ↲ƛ16%k^i;Ṙ∑ ``` [Try it Online!](https://vyxal.pythonanywhere.com/?v=2&c=1#WyIiLCIiLCLigKExNuG4reKGssabMTYla15pO+G5mOKIkSIsIiIsIjQ4ODIxIl0=) This uses the same algorithm as my [Vyxal 3 solution](https://codegolf.codidact.com/posts/293750/295138#answer-295138).
