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 A179645 #37 Feb 03 2024 00:55:05 %S A179645 256,6561,390625,5764801,214358881,815730721,6975757441,16983563041, %T A179645 78310985281,500246412961,852891037441,3512479453921,7984925229121, %U A179645 11688200277601,23811286661761,62259690411361,146830437604321 %N A179645 a(n) = prime(n)^8. %H A179645 T. D. Noe, <a href="/A179645/b179645.txt">Table of n, a(n) for n = 1..1000</a> %H A179645 Will Nicholes, <a href="http://willnicholes.com/math/primesiglist.htm">Prime Signatures</a>. %H A179645 <a href="/index/Pri#prime_signature">Index to sequences related to prime signature</a> %F A179645 a(n) = A000040(n)^8 = A001016(A000040(n)). - _Wesley Ivan Hurt_, Mar 27 2014 %F A179645 Sum_{n>=1} 1/a(n) = P(8) = 0.0040614053... (A085968). - _Amiram Eldar_, Jul 27 2020 %F A179645 From _Amiram Eldar_, Jan 24 2021: (Start) %F A179645 Product_{n>=1} (1 + 1/a(n)) = zeta(8)/zeta(16) = 34459425/(3617*Pi^8) = A013666/A013674. %F A179645 Product_{n>=1} (1 - 1/a(n)) = 1/zeta(8) = 9450/Pi^8 = 1/A013666. (End) %e A179645 a(1) = 256 since the eighth power of the first prime is 2^7 = 256. - _Wesley Ivan Hurt_, Mar 27 2014 %p A179645 A179645:=n->ithprime(n)^8; seq(A179645(n), n=1..40); # _Wesley Ivan Hurt_, Mar 27 2014 %t A179645 Array[Prime[ # ]^8&, 40] %o A179645 (PARI) a(n)=prime(n)^8 \\ _Charles R Greathouse IV_, Jul 20 2011 %o A179645 (Magma) [p^8: p in PrimesUpTo(300)]; // _Vincenzo Librandi_, Mar 27 2014 %Y A179645 Cf. A000040, A001016, A085968. %Y A179645 Cf. A013666, A013674. %K A179645 nonn,easy %O A179645 1,1 %A A179645 _Vladimir Joseph Stephan Orlovsky_, Jul 21 2010