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 A153481 #22 Oct 05 2024 09:39:49 %S A153481 6,25,123,341,1329,2195,4911,6857,12165,24387,29789,50651,68919,79505, %T A153481 103821,148875,205377,226979,300761,357909,389015,493037,571785, %U A153481 704967,912671,1030299,1092725,1225041,1295027,1442895,2048381,2248089,2571351,2685617 %N A153481 a(n) = prime(n)^3 - 2. %H A153481 G. C. Greubel, <a href="/A153481/b153481.txt">Table of n, a(n) for n = 1..1000</a> %t A153481 Prime[Range[25]]^3 - 2 (* _G. C. Greubel_, Aug 18 2016 *) %t A153481 Table[Prime[n]^3 - 2, {n, 60}]; (* _Vincenzo Librandi_, Aug 19 2016 *) %o A153481 (Magma) [NthPrime(n)^3-2: n in [1..40]]; // _Vincenzo Librandi_, Aug 19 2016 %K A153481 nonn,easy %O A153481 1,1 %A A153481 _Roger L. Bagula_, Dec 27 2008