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 A145447 #6 Jul 22 2025 06:13:26 %S A145447 4,4,8,8,16,16,25,25,25,36,36,49,49,49,49,64,64,64,81,81,81,81,100, %T A145447 100,100,121,121,121,121,121,144,144,144,144,169,169,169,169,169,196, %U A145447 196,196,196,196,216,216,216,225,256,256,256,256,256,256,289,289,289,289 %N A145447 a(n) = the smallest square (and/or cube) > n-th prime. %C A145447 a(n) = min(A145445(n), A145446(n) )= min ([A104103(n)]^2, [A104147(n)]^3) %t A145447 Table[Min[{Ceiling[Prime[n]^(1/3)]^3,Ceiling[Prime[n]^(1/2)]^2}],{n,100}] %Y A145447 A104103, A104147, A145445, A145446 %K A145447 nonn %O A145447 1,1 %A A145447 _Zak Seidov_, Oct 10 2008