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.

A135158 a(n) = 5^n - 3^n - 2^n.

Original entry on oeis.org

-1, 0, 12, 90, 528, 2850, 14832, 75810, 383808, 1932930, 9705552, 48648930, 243605088, 1219100610, 6098716272, 30503196450, 152544778368, 762810181890, 3814309582992, 19072323542370, 95363943807648, 476826695752770, 2384154405761712, 11920834803510690, 59604362329076928, 298022376554789250
Offset: 0

Views

Author

Omar E. Pol, Nov 21 2007

Keywords

Comments

Essentially the same as A130072. - Zak Seidov, Oct 03 2011

Examples

			a(4) = 528 because 5^4 = 625, 3^4 = 81, 2^4 = 16 and 625 - 81 - 16 = 528.
		

Crossrefs

Programs

Formula

G.f.: ( 1+19*x^2-10*x ) / ( (3*x-1)*(2*x-1)*(5*x-1) ).
a(n) = 10*a(n-1) - 31*a(n-2) + 30*a(n-3). - Zak Seidov, Oct 03 2011
E.g.f.: exp(5*x) - exp(3*x) - exp(2*x). - G. C. Greubel, Sep 30 2016

Extensions

More terms from Vincenzo Librandi, Dec 15 2010