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.

Showing 1-1 of 1 results.

A198402 a(n) = 5^n * n^5.

Original entry on oeis.org

0, 5, 800, 30375, 640000, 9765625, 121500000, 1313046875, 12800000000, 115330078125, 976562500000, 7863818359375, 60750000000000, 453238525390625, 3282617187500000, 23174285888671875, 160000000000000000, 1083264923095703125
Offset: 0

Views

Author

Vincenzo Librandi, Oct 27 2011

Keywords

Crossrefs

Sequences of the form n^m*m^n: A001477 (m=1), A007758 (m=2), A062074 (m=3), A062075 (m=4), this sequence (m=5), A198403 (m=6), A098803 (m=7), A198404 (m=8), A198478 (m=9), A198479 (m=10), A098880 (m=11).

Programs

  • Magma
    [5^n*n^5: n in [0..20]]
    
  • Mathematica
    With[{m = 5}, Table[n^m*m^n, {n, 0, 30}]] (* G. C. Greubel, May 18 2022 *)
  • PARI
    a(n)=5^n*n^5 \\ Charles R Greathouse IV, Jul 06 2017
    
  • SageMath
    m=5; [n^m*m^n for n in (0..30)] # G. C. Greubel, May 18 2022

Formula

G.f.: 5*x*(1 + 130*x + 1650*x^2 + 3250*x^3 + 625*x^4)/(1-5*x)^6. - Colin Barker, Apr 30 2013
E.g.f.: 5*x*(1 + 75*x + 625*x^2 + 1250*x^3 + 625*x^4)*exp(5*x). - G. C. Greubel, May 18 2022
a(n) = A000351(n)*A000584(n). - Michel Marcus, May 19 2022
Showing 1-1 of 1 results.