Skip to main content
added 11 characters in body
Source Link
Jörg Hülsermann
  • 13.4k
  • 3
  • 16
  • 36

PHP, 36 Bytes

for(;!1&$argn;$a=$argn;$a%2<1;)$argn*=3$a*=3/2;echo$argn;2;echo$a; 

Try it online!Try it online!

PHP, 36 Bytes

for(;!1&$argn;)$argn*=3/2;echo$argn; 

Try it online!

PHP, 36 Bytes

for($a=$argn;$a%2<1;)$a*=3/2;echo$a; 

Try it online!

Source Link
Jörg Hülsermann
  • 13.4k
  • 3
  • 16
  • 36

PHP, 36 Bytes

for(;!1&$argn;)$argn*=3/2;echo$argn; 

Try it online!