Post History
cQuents*, 10 bytes O920A$/6^$ That * there is because, while this should be a specification-correct program that does the correct computation, the only interpreter available does not implement ...
Answer
#1: Initial revision
# cQuents*, 10 bytes ```text O920A$/6^$ ``` That * there is because, while this should be a specification-correct program that does the correct computation, the [only interpreter available](https://github.com/stestoltz/cQuents) does not implement importing any OEIS sequence, but just a few. I suppose [this](https://codegolf.codidact.com/posts/279375/279382#answer-279382) might suggest this is not a valid submission, in which case I would still want to publish it but mark it as non-competing, which I don't think the leaderboard below the question understands as a concept Anyways, this code does this: * `O920A$` the input-th item of the OEIS sequence [A000920](https://oeis.org/A000920) * `/` divided by * `6^$` 6 to the power of the input