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!)
A279642 Exponential transform of the ninth powers A001017. 2
1, 1, 513, 21220, 1130381, 108174916, 8543324917, 800980035472, 88064461381913, 9832425683734288, 1199454069536074601, 158528649288125900224, 21925314644323181005477, 3213026006947537325856832, 497390236613387084643144029, 80481275337746709959509939456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(exp(x)*(x^9+36*x^8+462*x^7+2646*x^6+6951*x^5+7770*x^4 +3025*x^3 +255*x^2+x)).
MAPLE
a:= proc(n) option remember; `if`(n=0, 1,
add(binomial(n-1, j-1)*j^9*a(n-j), j=1..n))
end:
seq(a(n), n=0..25);
CROSSREFS
Column k=9 of A279636.
Cf. A001017.
Sequence in context: A023878 A301553 A297494 * A168118 A086030 A094647
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)