cp's OEIS Frontend

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.

A135174 a(n) = 5^prime(n) - 3^prime(n) + 2^prime(n).

This page as a plain text file.
%I A135174 #17 Sep 08 2022 08:45:32
%S A135174 20,106,2914,76066,48653026,1219116994,762810444034,19072324590946,
%T A135174 11920834820287906,186264446293255209154,4656612255406143777826,
%U A135174 72759575691550490581159234,45474735052173417717604422274,1136868376887903338795354772706,710542735733511371652904252645666
%N A135174 a(n) = 5^prime(n) - 3^prime(n) + 2^prime(n).
%H A135174 Vincenzo Librandi, <a href="/A135174/b135174.txt">Table of n, a(n) for n = 1..200</a>
%F A135174 a(n)= 5^A000040(n) - 3^A000040(n) + 2^A000040(n).
%e A135174 a(4)=76066 because the 4th prime number is 7, 5^7=78125, 3^7=2187, 2^7=128 and 78125-2187+128=76066.
%t A135174 Table[5^p-3^p+2^p,{p,Prime[Range[20]]}] (* _Harvey P. Dale_, Dec 12 2013 *)
%o A135174 (Magma) [5^p-3^p+2^p: p in PrimesUpTo(100)]; // _Vincenzo Librandi_, Dec 14 2010
%Y A135174 Cf. A000040.
%Y A135174 Cf. 2^p: A034785; 3^p: A057901; 5^p: A057902.
%K A135174 nonn,easy
%O A135174 1,1
%A A135174 _Omar E. Pol_, Nov 25 2007
%E A135174 More terms from _Vincenzo Librandi_, Dec 14 2010