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.

A135173 a(n) = 5^p - 3^p - 2^p, where p = prime(n).

Original entry on oeis.org

12, 90, 2850, 75810, 48648930, 1219100610, 762810181890, 19072323542370, 11920834803510690, 186264446292181467330, 4656612255401848810530, 72759575691550215703252290, 45474735052173413319557911170, 1136868376887903321203168728290, 710542735733511371371429275935010
Offset: 1

Views

Author

Omar E. Pol, Nov 25 2007

Keywords

Examples

			a(4) = 75810 because the 4th prime number is 7, 5^7 = 78125, 3^7 = 2187, 2^7 = 128 and 78125-2187-128 = 75810.
		

Crossrefs

Cf. A034785 (2^p), A057901 (3^p), A057902 (5^p).

Programs

Formula

a(n) = 5^p - 3^p - 2^p, with p = A000040(n).
a(n) = A057902(n) - A057901(n) - A034785(n). - Michel Marcus, Jun 14 2014

Extensions

More terms from Vincenzo Librandi, Dec 14 2010