login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078945 Row sums of A078939, the fourth power of lower triangular matrix A056857. 17
1, 5, 29, 189, 1357, 10589, 88909, 797085, 7583373, 76179037, 804638925, 8904557341, 102929260813, 1239432543709, 15511264432973, 201330839371421, 2705249923950477, 37567754666530141, 538369104335121869 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

E.g.f.: exp{4(e^x-1)+x}.

Stirling transform of [1, 4, 4^2, 4^3, ...]. - Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Jun 01 2005

Define f_1(x),f_2(x),... such that f_1(x)=e^x, f_{n+1}(x)=diff(x*f_n(x),x), for n=2,3,.... Then a(n)=e^{-4}*f_n(4). - Milan R. Janjic (agnus(AT)blic.net), May 30 2008

MAPLE

A078945 := proc(n) local a, b, i;

a := [seq(2, i=1..n)]; b := [seq(1, i=1..n)];

exp(-x)*hypergeom(a, b, x); round(evalf(subs(x=4, %), 66)) end:

seq(A078945(n), n=0..18); # - Peter Luschny, Mar 30 2011

MATHEMATICA

Table[n!, {n, 0, 20}]CoefficientList[Series[E^(4E^x-4+x), {x, 0, 20}], x]

CROSSREFS

Cf. A078939, A078944, A000110, A035009, A078940.

Equals A078944(n+1)/4.

Sequence in context: A059231 A127846 A137573 * A113713 A142980 A062191

Adjacent sequences:  A078942 A078943 A078944 * A078946 A078947 A078948

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 18 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 19 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:45 EST 2012. Contains 205694 sequences.