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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135754 E.g.f.: A(x) = Sum_{n>=0} exp((4^n-1)/3*x)*x^n/n!. 3
1, 1, 3, 19, 239, 6091, 305023, 30818299, 6155906879, 2484667187371, 1989929726352863, 3221489148102557179, 10362312712649347408159, 67345216546226371822133611, 869978904614825017953532433663 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

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

PROG

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

CROSSREFS

Cf. variants: A001831, A135753.

Sequence in context: A198046 A001929 A157675 * A118023 A054590 A069344

Adjacent sequences:  A135751 A135752 A135753 * A135755 A135756 A135757

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 23:34 EST 2012. Contains 205860 sequences.