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 A092770 #12 Sep 08 2022 08:45:13 %S A092770 27,125,1331,4913,29791,68921,205379,300763,571787,1295029,2048383, %T A092770 3869893,5735339,6967871,9393931,13997521,21253933,22665187,36264691, %U A092770 43986977,49430863,64481201,80062991,97972181,131872229,163667323 %N A092770 Cubes of A006450: a(n) = prime(prime(n))^3. %H A092770 Vincenzo Librandi, <a href="/A092770/b092770.txt">Table of n, a(n) for n = 1..1000</a> %t A092770 Table[Prime[Prime[n]]^3, {n, 50}] (* _Vincenzo Librandi_, May 26 2016 *) %o A092770 (PARI) a(n) = prime(prime(n))^3 \\ _Michel Marcus_, Jun 30 2013 %o A092770 (Magma) [NthPrime(NthPrime(n))^3: n in [1..40]]; // _Vincenzo Librandi_, May 26 2016 %Y A092770 Cf. A006450. %K A092770 nonn,easy %O A092770 1,1 %A A092770 _Jorge Coveiro_, Apr 14 2004