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!)
A161637 G.f.: A(x) = exp( Sum_{n>=1} x^n/(1 - 2^(n^2)*x^n)/n ). 0
1, 1, 3, 7, 25, 49, 421, 589, 20051, 109571, 6897743, 7158695, 12593657691, 12622726251, 80459328159219, 305712703088131, 2306380162670320841, 2307152558777717417, 269444164561317686825525, 269453394201317013516237 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 7*x^3 + 25*x^4 + 49*x^5 +...
log(A(x)) = x/(1-2*x) + x^2/(1-2^4*x^2)/2 + x^3/(1-2^9*x^3)/3 +...
PROG
(PARI) {a(n)=if(n==0, 1, polcoeff(exp(sum(k=1, n, x^k/(1-2^(k^2)*x^k +x*O(x^n))/k)), n))}
CROSSREFS
Cf. A158097.
Sequence in context: A347614 A363535 A100462 * A329969 A287880 A337016
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 18 2009
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)