The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A354478 a(n) is the numerator of Sum_{k=1..n} 1 / Stirling1(n,k). 1
1, 0, 7, 25, 3991, 3923773, 4901627, 527165212865, 9823031039961293027, 123877274974851473572937, 443645907754951021537851199, 246932542361393897304051461727006396307, 1474846779473982897350113519971401527250089, 46578509609937575127608478711343978511593638945099881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjecture: a(n)/A354479(n) tends to 1 as n tends to infinity. For comparison: A112290(n)/A112291(n) tends to 2 as n tends to infinity. - Vaclav Kotesovec, Jun 02 2022
LINKS
EXAMPLE
1, 0, 7/6, 25/33, 3991/4200, 3923773/4192200, 4901627/5115600, 527165212865/545250747888, ...
MATHEMATICA
Table[Sum[1/StirlingS1[n, k], {k, 1, n}], {n, 1, 14}] // Numerator
PROG
(PARI) a(n) = numerator(sum(k=1, n, 1/stirling(n, k, 1))); \\ Michel Marcus, Jun 02 2022
CROSSREFS
Cf. A008275, A046825, A112288, A112290, A354479 (denominators).
Sequence in context: A342584 A335498 A012490 * A157702 A063453 A284054
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, Jun 02 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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)