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!)
A279638 Exponential transform of the fifth powers A000584. 2
1, 1, 33, 340, 5261, 104116, 2133397, 49873552, 1290339353, 35858779408, 1073946466601, 34411135594144, 1169673799665637, 42024908270673472, 1589960095129885949, 63097191029229655456, 2618689624916494795313, 113366790415884862467328, 5107030221925521874906705 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(exp(x)*(x^5+10*x^4+25*x^3+15*x^2+x)).
MAPLE
a:= proc(n) option remember; `if`(n=0, 1,
add(binomial(n-1, j-1)*j^5*a(n-j), j=1..n))
end:
seq(a(n), n=0..25);
CROSSREFS
Column k=5 of A279636.
Cf. A000584.
Sequence in context: A081932 A121994 A093743 * A209359 A264282 A167963
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Dec 16 2016
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 April 19 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)