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!)
A279639 Exponential transform of the sixth powers A001014. 2

%I #4 Dec 16 2016 10:40:23

%S 1,1,65,922,19685,572036,16379797,542459296,20028938953,787480005520,

%T 33447797179721,1522102664036384,73362723948758125,

%U 3738119667151161280,200625910519541044189,11290451562860730241216,664399657108812332697233,40781390340823661046136064

%N Exponential transform of the sixth powers A001014.

%H Alois P. Heinz, <a href="/A279639/b279639.txt">Table of n, a(n) for n = 0..405</a>

%F E.g.f.: exp(exp(x)*(x^6+15*x^5+65*x^4+90*x^3+31*x^2+x)).

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

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

%p end:

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

%Y Column k=6 of A279636.

%Y Cf. A001014.

%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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)