login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091364 a(n) = n! * n^4. 4
0, 1, 32, 486, 6144, 75000, 933120, 12101040, 165150720, 2380855680, 36288000000, 584421868800, 9932577177600, 177849941068800, 3349041234739200, 66201014880000000, 1371195958099968000, 29707369682006016000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Denominators in the power series expansion of the higher order exponential integral E(x,4,1) - ((gamma^4/24+Pi^2*gamma^2/24+zeta(3)*gamma/3+Pi^4/160) + (gamma^3/6+ Pi^2*gamma/12+ zeta(3)/3)*log(x) + (gamma^2/4+ Pi^2/24)*log(x)^2 + (gamma/6)*log(x)^3 + log(x)^4/24), n>0. See A163931 for information on the E(x,m,n). - Johannes W. Meijer, Oct 16 2009
LINKS
FORMULA
E.g.f.: (x + 11x^2 + 11x^3 + x^4)/(1 - x)^5
MAPLE
a:=n->sum(sum(sum((n+1)!-n!, j=1..n), k=1..n), m=1..n): seq(a(n), n=0..17); # Zerinvary Lajos, May 16 2007
MATHEMATICA
Table[n!n^4, {n, 0, 20}]
CROSSREFS
Cf. A163931 (E(x,m,n)), A001563 (n*n!), A002775 (n^2*n!), A091363 (n^3*n!). - Johannes W. Meijer, Oct 16 2009
Sequence in context: A203720 A306411 A085539 * A208312 A138412 A220735
KEYWORD
easy,nonn
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Jan 07 2004
EXTENSIONS
More terms from Zerinvary Lajos, May 16 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)