Skip to main content
4 of 4
Commonmark migration

Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

Adnan
  • 44.7k
  • 6
  • 83
  • 248