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!)
A170910 Write exp(-x) = Product_{n>=1} (1 + g_n * x^n); a(n) = numerator(g_n). 8

%I #12 Jan 05 2021 02:40:56

%S -1,1,1,3,1,13,1,27,8,91,1,1213,1,505,1919,2955,1,24557,1,1136313,

%T 34943,12277,1,65978519,624,57331,58528,195948483,1,1052424027703,1,

%U 77010795,7085759,1179631,37497599,7047825380633,1,5242861,89281919,355723139681937

%N Write exp(-x) = Product_{n>=1} (1 + g_n * x^n); a(n) = numerator(g_n).

%H H. Gingold, H. W. Gould, and Michael E. Mays, <a href="https://www.researchgate.net/publication/268023169_Power_product_expansions">Power Product Expansions</a>, Utilitas Mathematica 34 (1988), 143-161.

%H G. Helms, <a href="http://go.helms-net.de/math/musings/dreamofasequence.pdf">A dream of a (number-) sequence</a>

%e -1, 1/2, 1/3, 3/8, 1/5, 13/72, 1/7, 27/128, 8/81, 91/800, 1/11, ...

%p L:=100; t1:=exp(-x); t0:=series(t1,x,L): g:=[]; M:=40; t2:=t0:

%p for n from 1 to M do t3:=coeff(t2,x,n); t2:=series(t2/(1+t3*x^n),x,L); g:=[op(g),t3]; od: g;

%Y Cf. A170911 (denominators).

%K sign,frac

%O 1,4

%A _N. J. A. Sloane_, Jan 30 2010

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 September 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)