Skip to main content
deleted 5 characters in body
Source Link
Riley
  • 11.7k
  • 2
  • 23
  • 53

05AB1E, 22 19 18 bytes (-1 @Riley)

[NØ©S¹Kg0Q®g²Q&i®q 

Try it online!

[  # infinite loop. NØ©  # push nth prime. S¹Kg0Q  # see if, without banned digits, it's 0 length. ®g²Q&  # see if, it is originally also the length specified. i®,qi®q # if true, print result and exit. 

05AB1E, 22 19 18 bytes (-1 @Riley)

[NØ©S¹Kg0Q®g²Q&i®q 

Try it online!

[  # infinite loop. NØ©  # push nth prime. S¹Kg0Q  # see if, without banned digits, it's 0 length. ®g²Q&  # see if, it is originally also the length specified. i®,q # if true, print result and exit. 

05AB1E, 22 19 18 bytes (-1 @Riley)

[NØ©S¹Kg0Q®g²Q&i®q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®q # if true, print result and exit. 
added 21 characters in body
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

05AB1E, 22 1919 18 bytes (-1 @Riley)

[NØ©S¹Kg0Q®g²Q&i®,q[NØ©S¹Kg0Q®g²Q&i®q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®,q # if true, print result and exit. 

05AB1E, 22 19 bytes

[NØ©S¹Kg0Q®g²Q&i®,q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®,q # if true, print result and exit. 

05AB1E, 22 19 18 bytes (-1 @Riley)

[NØ©S¹Kg0Q®g²Q&i®q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®,q # if true, print result and exit. 
added 303 characters in body
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

05AB1E, 22 19 bytes

[NØ©S¹Kg0Q®g²Q&i®,q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®,q # if true, print result and exit. 

05AB1E, 22 19 bytes

[NØ©S¹Kg0Q®g²Q&i®,q 

Try it online!

05AB1E, 22 19 bytes

[NØ©S¹Kg0Q®g²Q&i®,q 

Try it online!

[ # infinite loop. NØ© # push nth prime. S¹Kg0Q # see if, without banned digits, it's 0 length. ®g²Q& # see if, it is originally also the length specified. i®,q # if true, print result and exit. 
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140
Loading