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!)
A205804 E.g.f.: -log( Sum_{n>=0} (-x)^(n^2) / (n^2)! ). 4
1, 1, 2, 5, 19, 90, 510, 3395, 25831, 221140, 2104310, 22027170, 251540795, 3111928820, 41460769350, 591847005749, 9011786683883, 145794610986004, 2497443795363566, 45157627509568965, 859494143391347310, 17176870199851102510, 359623890969235361700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
E.g.f.: A(x) = x + x^2/2! + 2*x^3/3! + 5*x^4/4! + 19*x^5/5! + 90*x^6/6! +...
where
exp(-A(x)) = 1 - x + x^4/4! - x^9/9! + x^16/16! - x^25/25! + x^36/36! +...
PROG
(PARI) {a(n) = n!*polcoeff(-log(sum(m=0, sqrtint(n+1), (-x)^(m^2)/(m^2)!+x*O(x^n))), n)}
for(n=1, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A124348 A323389 A268605 * A052324 A020115 A103816
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 31 2012
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 28 13:35 EDT 2024. Contains 371254 sequences. (Running on oeis4.)