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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135753 E.g.f.: A(x) = Sum_{n>=0} exp((3^n-1)/2*x)*x^n/n!. 3
1, 1, 3, 16, 153, 2536, 72513, 3571156, 303033153, 44411895376, 11247688063233, 4933176144494236, 3746180187749948193, 4933259445571307491096, 11257237602638666745470913, 44566655569041016108120599556 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..n} C(n,k)*[(3^k-1)/2]^(n-k).

PROG

(PARI) {a(n)=sum(k=0, n, binomial(n, k)*((3^k-1)/2)^(n-k))} (PARI) {a(n)=n!*polcoeff(sum(k=0, n, exp((3^k-1)/2*x)*x^k/k!), n)}

CROSSREFS

Cf. variants: A001831, A135754.

Sequence in context: A121588 A125281 A086371 * A191959 A091146 A172402

Adjacent sequences:  A135750 A135751 A135752 * A135754 A135755 A135756

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 27 2007

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 19:15 EST 2012. Contains 205852 sequences.