[go: up one dir, main page]

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!)
A308392 Expansion of e.g.f. exp(x + 2 * Sum_{k>=1} x^(2^k)/2^k). 2
1, 1, 3, 7, 37, 141, 871, 4243, 42057, 285337, 3008971, 23292831, 295839853, 2733811237, 35818366767, 360892885291, 8394097115281, 113063153955633, 2347668770502547, 32362689647446327, 744513384520939701, 11439249110436735421, 245772094687992577783, 3860080495614830875587 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Product_{k>=1} (1 - x^k)^((-1)^k*mu(k)/k).
E.g.f.: exp(-x)*g(x)^2, where g(x) = e.g.f. of A005388.
MATHEMATICA
nmax = 23; CoefficientList[Series[Exp[x + 2 Sum[x^(2^k)/2^k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 23; CoefficientList[Series[Product[(1 - x^k)^((-1)^k MoebiusMu[k]/k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A020463 A356668 A057625 * A087208 A161675 A208809
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 24 2019
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 30 13:06 EDT 2024. Contains 375543 sequences. (Running on oeis4.)