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!)
A374364 Expansion of e.g.f. exp( x - Sum_{k>=1} x^(2^k)/2^k ). 1
1, 1, 0, -2, -8, -24, 16, 400, -3072, -38528, -18944, 1287936, 17843200, 149045248, -188786688, -12007184384, -1265929355264, -20275964313600, 3871935889408, 2355175169523712, 45658709327609856, 565591105847689216, -1448855443865600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: Product_{k>=1} (1 + x^(2*k-1))^(mu(2*k-1)/(2*k-1)), where mu() is the Moebius function.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-sum(k=1, ceil(log(N+1)/log(2)), x^2^k/2^k))))
CROSSREFS
Sequence in context: A072842 A303861 A138387 * A354176 A007346 A062247
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 06 2024
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 August 18 10:08 EDT 2024. Contains 375264 sequences. (Running on oeis4.)