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!)
A341728 Column 1 of A341725. 3
1, 6, 39, 324, 3365, 41958, 610351, 10146888, 189775017, 3943689930, 90148635203, 2248040395692, 60731103481789, 1766863166037102, 55075428554246295, 1831224444159278736, 64692540643308320081, 2419861007021854813074, 95544948688075940395627 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Mélika Tebni, Sep 04 2023: (Start)
a(n) = n*A005923(n-1).
E.g.f.: x*exp(x) / (1 - 2*sinh(x)).
a(n) = Sum_{k=0..n} (n-k)*binomial(n, k)*A000557(k). (End)
MAPLE
A341728 := n -> add((n-k)*binomial(n, k)add(j!*combinat[fibonacci](j+2)*Stirling2(k, j), j=0..k), k=0..n):seq(A341728(n), n=1.. 19); # Mélika Tebni, Sep 04 2023
# E.g.f. Maple program:
A341728 := series(x*exp(x) / (1 - 2*sinh(x)), x = 0, 20):
seq(n!*coeff(A341728, x, n), n = 1 .. 19); # Mélika Tebni, Sep 04 2023
CROSSREFS
Sequence in context: A187117 A137972 A007322 * A058191 A113347 A265953
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 04 2021.
EXTENSIONS
More terms from Mélika Tebni, Sep 04 2023
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 August 11 13:56 EDT 2024. Contains 375069 sequences. (Running on oeis4.)