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!)
A279641 Exponential transform of the eighth powers A001016. 2

%I #4 Dec 16 2016 10:55:48

%S 1,1,257,7330,289925,18565676,1042651237,69221777920,5270005429705,

%T 415374654294352,35626036180630121,3293064510986584544,

%U 320276195119275204493,32969303384902657225792,3579970600334581051222093,406942001917387287570455296

%N Exponential transform of the eighth powers A001016.

%H Alois P. Heinz, <a href="/A279641/b279641.txt">Table of n, a(n) for n = 0..366</a>

%F E.g.f.: exp(exp(x)*(x^8+28*x^7+266*x^6+1050*x^5+1701*x^4+966*x^3 +127*x^2 +x)).

%p a:= proc(n) option remember; `if`(n=0, 1,

%p add(binomial(n-1, j-1)*j^8*a(n-j), j=1..n))

%p end:

%p seq(a(n), n=0..25);

%Y Column k=8 of A279636.

%Y Cf. A001016.

%K nonn

%O 0,3

%A _Alois P. Heinz_, Dec 16 2016

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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)