Skip to main content
Commonmark migration
Source Link

##Pyke, 5 bytes

Pyke, 5 bytes

.f.bq

Try it here!

.f    - first number where
  .b  -  fib(n)
    q - ^ == input

##Pyke, 5 bytes

.f.bq

Try it here!

.f    - first number where
  .b  -  fib(n)
    q - ^ == input

Pyke, 5 bytes

.f.bq

Try it here!

.f    - first number where
  .b  -  fib(n)
    q - ^ == input
Source Link
Blue
  • 28.9k
  • 8
  • 53
  • 102

##Pyke, 5 bytes

.f.bq

Try it here!

.f    - first number where
  .b  -  fib(n)
    q - ^ == input