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!)
A308462 Expansion of e.g.f. exp(Sum_{k>=1} psi(k)*x^k/k), where psi() is the Dedekind psi function (A001615). 2
1, 1, 4, 18, 114, 810, 7560, 71820, 822780, 10086300, 139532400, 2035618200, 33149655000, 562448086200, 10416443637600, 202624824402000, 4207527414090000, 91475485119018000, 2114681171586984000, 50821588411117524000, 1289125346347418580000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 20; CoefficientList[Series[Exp[Sum[DirichletConvolve[j, MoebiusMu[j]^2, j, k] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = Sum[Product[1 + Boole[PrimeQ[d]]/d, {d, Divisors[k]}] k! Binomial[n - 1, k - 1] a[n - k], {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 20}]
CROSSREFS
Sequence in context: A326093 A222584 A294469 * A053483 A052617 A141714
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 28 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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)