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 A036096 #17 Sep 08 2022 08:44:52 %S A036096 1,262145,387682633,69106897225,3883416742361,105374653934041, %T A036096 1729973554578865,19642812107392433,168109033806481105, %U A036096 1150094635296999121,6559917313492231481,32183250594377475385 %N A036096 Centered cube numbers: (n+1)^18 + n^18. %C A036096 Never prime nor semiprime, as a(n) = (2n^2 + 2n +1) * (n^4 + 2n^3 + 5n^2 + 4n +1) * (n^12 + 6n^11 + 51n^10 + 200n^9 + 480n^8 + 786n^7 + 923n^6 + 792n^5 + 495n^4 + 220n^3 + 66n^2 + 12n + 1). Triprime for n in {9, 347, 1069, 1072, ...}. - _Jonathan Vos Post_, Aug 27 2011 %D A036096 B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558. %H A036096 Vincenzo Librandi, <a href="/A036096/b036096.txt">Table of n, a(n) for n = 0..10000</a> %e A036096 9^18 + (9+1)^18 = 1150094635296999121 = 181 * 8461 * 750988536481, the minimum nontrivial number of prime factors. %t A036096 Total/@Partition[Range[0,20]^18,2,1] (* _Harvey P. Dale_, May 10 2022 *) %o A036096 (Magma) [(n+1)^18+n^18: n in [0..20]]; // _Vincenzo Librandi_, Aug 28 2011 %o A036096 (PARI) a(n)=(n+1)^18+n^18 \\ _Charles R Greathouse IV_, Aug 30 2017 %Y A036096 Cf. A010806, A036094, A036095. %K A036096 nonn,easy %O A036096 0,2 %A A036096 _N. J. A. Sloane_