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!)
A352887 Expansion of e.g.f. 1/(1 - Sum_{k>=1} phi(k)*x^k/k!), where phi is the Euler totient function A000010. 1
1, 1, 3, 14, 84, 634, 5740, 60626, 731852, 9938670, 149966116, 2489148386, 45070961740, 884107377360, 18676602726734, 422721143355808, 10205605681874952, 261789688633794528, 7110331886095458918, 203848868169846041430, 6151813078359073154568 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} phi(k) * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=1, N, eulerphi(k)*x^k/k!))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, eulerphi(k)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A111538 A354003 A324237 * A230218 A301934 A160881
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 07 2022
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 July 19 17:03 EDT 2024. Contains 374410 sequences. (Running on oeis4.)