PHP, 21, by kenorbPHP, 21, by kenorb
This one is easy if you know that one of the new features in PHP 5.6 (the version of PHP the code was tested in) is a ** operator for exponentiation:
<?=27**5;///***134689 Or alternatively:
<?=3**15;///***246789