This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A061054 #12 Sep 18 2024 11:06:09 %S A061054 0,2,3,5,6,8,9,11,12,14,15,17,18,19,21,22,24,25,26,28,29,30,32,33,34, %T A061054 36,37,38,40,41,42,44,45,46,48,49,50,52,53,54,55,57,58,59,61,62,63,64, %U A061054 66,67,68,70,71,72,73,75,76,77,79,80,81,82,84,85,86,87,89,90,91,92,94 %N A061054 a(n) = floor(n + n^(3/4)). %F A061054 a(n) = n + A062108(n). %t A061054 Table[Floor[n+n^(3/4)],{n,0,80}] (* _Harvey P. Dale_, Jul 17 2012 *) %Y A061054 Cf. A062108. %K A061054 nonn %O A061054 0,2 %A A061054 _Jason Earls_, May 26 2001 %E A061054 More terms from _Henry Bottomley_, May 30 2001