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!)
A330017 a(1) = 1; a(n+1) = Sum_{d|n} binomial(n,d) * a(d). 3
1, 1, 3, 6, 16, 21, 102, 109, 565, 826, 4913, 4924, 28036, 28049, 378218, 427646, 1841532, 1841549, 29704312, 29704331, 182590131, 194454702, 3660242371, 3660242394, 17058569521, 17059419626, 308650641577, 311298706504, 1436650115240, 1436650115269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := a[n] = Sum[Binomial[n - 1, d] a[d], {d, Divisors[n - 1]}]; a[1] = 1; Table[a[n], {n, 1, 30}]
CROSSREFS
Sequence in context: A329124 A116613 A291803 * A212977 A127935 A144538
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 27 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 July 3 04:37 EDT 2024. Contains 373965 sequences. (Running on oeis4.)