# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a062108 Showing 1-1 of 1 %I A062108 #17 Sep 03 2022 08:50:28 %S A062108 0,1,1,2,2,3,3,4,4,5,5,6,6,6,7,7,8,8,8,9,9,9,10,10,10,11,11,11,12,12, %T A062108 12,13,13,13,14,14,14,15,15,15,15,16,16,16,17,17,17,17,18,18,18,19,19, %U A062108 19,19,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25 %N A062108 a(n) = floor(n^(3/4)). %H A062108 Harry J. Smith, Table of n, a(n) for n = 0..1000 %F A062108 a(n) = A061054(n) - n. %e A062108 a(100) = floor(100^(3/4)) = floor(1000000^(1/4)) = floor(31.62...) = 31. %p A062108 seq(floor(n^(3/4)),n=0..90); # _Muniru A Asiru_, Jul 01 2018 %t A062108 Floor[Range[0,80]^(3/4)] (* _Harvey P. Dale_, Feb 12 2015 *) %o A062108 (PARI) { default(realprecision, 100); for (n=0, 1000, write("b062108.txt", n, " ", floor(n^(3/4) + 0.0000001)) ) } \\ _Harry J. Smith_, Aug 01 2009 %Y A062108 Cf. A000196, A061054, A100196. %K A062108 nonn,easy %O A062108 0,4 %A A062108 _Henry Bottomley_, May 30 2001 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE