cp's OEIS Frontend

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.

A145446 a(n) = the smallest cube > n-th prime.

This page as a plain text file.
%I A145446 #9 Jul 22 2025 06:13:18
%S A145446 8,8,8,8,27,27,27,27,27,64,64,64,64,64,64,64,64,64,125,125,125,125,
%T A145446 125,125,125,125,125,125,125,125,216,216,216,216,216,216,216,216,216,
%U A145446 216,216,216,216,216,216,216,216,343,343,343,343,343,343,343,343,343,343
%N A145446 a(n) = the smallest cube > n-th prime.
%C A145446 a(n) = A104147(n)^3
%H A145446 Vincenzo Librandi, <a href="/A145446/b145446.txt">Table of n, a(n) for n = 1..1000</a>
%t A145446 Table[Ceiling[Prime[n]^(1/3)]^3,{n,100}]
%Y A145446 A104147
%K A145446 nonn
%O A145446 1,1
%A A145446 _Zak Seidov_, Oct 10 2008