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.

A134632 5*n^5 + 3*n^3 - 2*n^2. Coefficients and exponents are the prime numbers in decreasing order.

Original entry on oeis.org

0, 6, 176, 1278, 5280, 15950, 39456, 84966, 165248, 297270, 502800, 809006, 1249056, 1862718, 2696960, 3806550, 5254656, 7113446, 9464688, 12400350, 16023200, 20447406, 25799136, 32217158, 39853440, 48873750, 59458256, 71802126, 86116128, 102627230, 121579200, 143233206, 167868416, 195782598, 227292720
Offset: 0

Views

Author

Omar E. Pol, Nov 04 2007

Keywords

Examples

			a(4)=5280 because 4^5=1024, 5*1024=5120, 4^3=64, 3*64=192, 4^2=16, 2*16=32 and we can write 5120+192-32=5280.
		

Crossrefs

Programs

Formula

a(n) = 5*n^5 + 3*n^3 - 2*n^2.
G.f.: 2x*(3+70x+156x^2+66x^3+5x^4)/(1-x)^6. - R. J. Mathar, Nov 14 2007

Extensions

More terms from Vincenzo Librandi, Dec 14 2010