A380308 Expansion of e.g.f. exp( 1 - 1/(1-2*x)^(1/2) ).
1, -1, -2, -7, -35, -226, -1769, -16003, -159998, -1669645, -16203509, -85724926, 2606965153, 154547040023, 6047755681150, 217270016433329, 7721994442008061, 279057037146008702, 10378357435103977207, 399487271346562859045, 15957215240554330744066
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..405
Programs
-
PARI
my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(1-1/(1-2*x)^(1/2))))