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 A135176 #10 Sep 08 2022 08:45:32 %S A135176 38,160,3400,80440,49007320,1222305640,763068724360,19074649113880, %T A135176 11921023106645560,186264583554009938920,4656613490752936345720, %U A135176 72759576592118302363153960,45474735125119410471945995080,1136868377544417273584428927960,710542735786689000370819259221240 %N A135176 5^p + 3^p + 2^p, where p = prime(n). %H A135176 Vincenzo Librandi, <a href="/A135176/b135176.txt">Table of n, a(n) for n = 1..200</a> %F A135176 p=A000040(n): a(n)= 5^p + 3^p + 2^p. %e A135176 a(4)=80440 because the 4th prime number is 7, 5^7=78125, 3^7=2187, 2^7=128 and 78125+2187+128=80440. %t A135176 Table[5^p + 3^p + 2^p, {p, Prime[Range[20]]}] (* _Vincenzo Librandi_, May 24 2014 *) %o A135176 (Magma)[5^p+3^p+2^p: p in PrimesUpTo(100)]; // _Vincenzo Librandi_ Dec 14 2010 %Y A135176 Cf. 2^p: A034785. 3^p: A057901. 2^5: A057902. %K A135176 nonn,easy %O A135176 1,1 %A A135176 _Omar E. Pol_, Nov 25 2007 %E A135176 More terms from _Vincenzo Librandi_, Dec 14 2010