Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159476
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159476 E.g.f.: A(x) = exp( Sum_{n>=1} (n-1)!*x^n/n ). +0
1
1, 1, 2, 8, 62, 862, 19492, 656224, 30739676, 1906807004, 151002453464, 14846381034784, 1772922018732328, 252631570039665832, 42329528274029082608, 8237406877267427867648, 1842215469973381977889808 (list; graph; listen)
OFFSET

0,3

FORMULA

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

EXAMPLE

E.g.f.: A(x) = 1 + x + 2*x^2/2! + 8*x^3/3! + 62*x^4/4! + 862*x^5/5! +...

log(A(x)) = x + x^2/2 + 2!*x^3/3 + 3!*x^4/4 + 4!*x^5/5 + 5!*x^6/6 +...

PROGRAM

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

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

CROSSREFS

Cf. A158876.

Sequence in context: A132574 A086903 A161566 this_sequence A006245 A009271 A153539

Adjacent sequences: A159473 A159474 A159475 this_sequence A159477 A159478 A159479

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 15 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research