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!)
A307773 Expansion of e.g.f. Sum_{k>=1} prime(k)*log(1/(1 - x))^k/k!. 4
2, 5, 18, 82, 454, 2960, 22212, 188568, 1786896, 18698116, 214149822, 2664667358, 35796803068, 516387315172, 7961576156330, 130655542040262, 2273957872532176, 41836619073742452, 811316702293124504, 16540499893106494782, 353673865103189710572, 7914396129656344633522 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{k=1..n} |Stirling1(n,k)|*prime(k).
MAPLE
a:= n-> add(ithprime(k)*abs(Stirling1(n, k)), k=1..n):
seq(a(n), n=1..30); # Alois P. Heinz, Apr 27 2019
MATHEMATICA
nmax = 22; Rest[CoefficientList[Series[Sum[Prime[k] Log[1/(1 - x)]^k/k!, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!]
Table[Sum[Abs[StirlingS1[n, k]] Prime[k], {k, 1, n}], {n, 1, 22}]
CROSSREFS
Sequence in context: A328440 A308634 A118187 * A332776 A038720 A157312
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)