login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171776 E.g.f.: A(x) = exp( Sum_{n>=1} 2^(n(n-1)) * x^n/n ). 1
1, 1, 5, 141, 25161, 25295385, 129002055885, 3167498196303525, 363195624958803434385, 190409085693362565632615985, 449225585595812339036501379506325 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A155200(n)*n!/2^n and is odd for n>=0.
EXAMPLE
E.g.f.: A(x) = 1 + x + 5*x^2/2! + 141*x^3/3! + 25161*x^4/4! +...
log(A(x)) = x + 4*x^2/2 + 64*x^3/3 + 4096*x^4/4 + 1048576*x^5/5 +..
PROG
(PARI) {a(n)=n!*polcoeff(exp(sum(m=1, n+1, 2^(m*(m-1))*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Cf. A155200.
Sequence in context: A203523 A006269 A066264 * A277401 A208874 A222289
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 20 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)