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!)
A329261 Expansion of e.g.f. -log(1 - Sum_{k>=1} x^prime(k) / prime(k)!). 1
0, 0, 1, 1, 3, 11, 40, 232, 1246, 8912, 65766, 561001, 5198424, 52513111, 577791292, 6806860347, 86303601008, 1163845620633, 16701819148776, 253608108810052, 4065574363467636, 68608467057149112, 1215544196988580438, 22564088376584800717 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 0; a(n) = A010051(n) + (1/n) * Sum_{k=1..n-1} binomial(n,k) * A010051(n-k) * k * a(k).
MATHEMATICA
nmax = 23; CoefficientList[Series[-Log[1 - Sum[x^Prime[k]/Prime[k]!, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = Boole[PrimeQ[n]] + Sum[Binomial[n, k] Boole[PrimeQ[n - k]] k a[k], {k, 1, n - 1}]/n; a[0] = 0; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A149064 A149065 A131526 * A073622 A351428 A181863
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 09 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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)