Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158876
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158876 E.g.f.: exp( Sum_{n>=1} (n-1)!*x^n ). +0
2
1, 1, 3, 19, 217, 4041, 113611, 4532683, 244208049, 17085010897, 1504881245971, 162835665686211, 21219897528855433, 3276502399914104089, 591351260856215820507, 123322423833602768272891 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = (n-1)!*Sum_{k=1..n} k!*a(n-k)/(n-k)! for n>0 with a(0)=1.

EXAMPLE

E.g.f.: A(x) = 1 + x + 3*x^2/2! + 19*x^3/3! + 217*x^4/4! +...

log(A(x)) = x + x^2 + 2!*x^3 + 3!*x^4 +...+ (n-1)!*x^n +....

PROGRAM

(PARI) {a(n)=if(n==0, 1, (n-1)!*sum(k=1, n, k!*a(n-k)/(n-k)!))}

(PARI) {a(n)=n!*polcoeff(exp(sum(k=1, n, (k-1)!*x^k)+x*O(x^n)), n)}

CROSSREFS

Cf. A000142, A122949.

Sequence in context: A074707 A135749 A005647 this_sequence A001833 A001035 A166380

Adjacent sequences: A158873 A158874 A158875 this_sequence A158877 A158878 A158879

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 13 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research