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!)
A345136 a(1) = 1; a(n) = Sum_{d|n, d < n} binomial(n,d) * a(d). 2
1, 2, 3, 16, 5, 96, 7, 1184, 261, 1360, 11, 97428, 13, 24220, 16395, 15267456, 17, 14474736, 19, 251423600, 817971, 7760236, 23, 264344406312, 265675, 135208476, 1223270127, 971632668664, 29, 2584070688810, 31, 9176980861031424, 2128920321, 39671306896, 48694835 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Sum[If[d < n, Binomial[n, d] a[d], 0], {d, Divisors[n]}]; Table[a[n], {n, 1, 35}]
CROSSREFS
Cf. A008578 (fixed points), A056045, A074206, A330017.
Sequence in context: A176029 A218323 A369893 * A128537 A266265 A259209
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 09 2021
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 May 1 06:40 EDT 2024. Contains 372148 sequences. (Running on oeis4.)