Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096537
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096537 E.g.f.: A(x) = exp(x*exp(2*x*exp(3*x*exp(...exp(n*x*exp(...))...)))), for n>=1. +0
3
1, 1, 5, 61, 1377, 49721, 2625313, 190735749, 18246616321, 2223115264945, 336071395603521, 61725395919953789, 13537971184957280449, 3494778862390292571849, 1048886507411306132337889 (list; graph; listen)
OFFSET

0,3

FORMULA

Row sums of triangle A096542; also a(n) = A096542(n+1, 1)/(n+1) for n>=0.

EXAMPLE

A(x) = 1 + 1*x + 5*x^2/2! + 61*x^3/3! + 1377*x^4/4! + 49721*x^5/5! +...

PROGRAM

(PARI) a(n)=local(A=exp(x)); for(i=1, n, A=exp(x*(n-i+1)*A+x*O(x^n))); n!*polcoeff(A, n)

CROSSREFS

Cf. A096542.

Sequence in context: A083082 A009825 A065919 this_sequence A115047 A028296 A000364

Adjacent sequences: A096534 A096535 A096536 this_sequence A096538 A096539 A096540

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 24 2004

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