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.

A085538 a(n) = n^5 - n^4.

Original entry on oeis.org

0, 0, 16, 162, 768, 2500, 6480, 14406, 28672, 52488, 90000, 146410, 228096, 342732, 499408, 708750, 983040, 1336336, 1784592, 2345778, 3040000, 3889620, 4919376, 6156502, 7630848, 9375000, 11424400, 13817466, 16595712, 19803868, 23490000, 27705630, 32505856
Offset: 0

Views

Author

N. J. A. Sloane, Jul 05 2003

Keywords

Comments

For n >= 1, a(n) is equal to the number of functions f:{1,2,3,4,5}->{1,2,...,n} such that for a fixed x in {1,2,3,4,5} and a fixed y in {1,2,...,n} we have f(x) <> y. - Aleksandar M. Janjic and Milan Janjic, Mar 13 2007

Crossrefs

A diagonal of A228273.

Programs

Formula

G.f.: 2*x^2*(x^3 + 18*x^2 + 33*x + 8)/(x-1)^6. - Colin Barker, Nov 06 2012
Sum_{n>=2} 1/a(n) = 4 - zeta(2) - zeta(3) - zeta(4). - Amiram Eldar, Jul 05 2020
Product_{n>=2} (1 - 1/a(n)) = A146492. - Amiram Eldar, Nov 22 2022