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!)
A307772 Expansion of e.g.f. Sum_{k>=1} prime(k)*log(1 + x)^k/k!. 4
2, 1, 0, -2, 14, -100, 792, -6984, 68112, -728924, 8498662, -107269546, 1457660932, -21221947564, 329615120330, -5440973779098, 95131744001392, -1756450890029772, 34152285999547328, -697588907138104978, 14934641645024407092, -334433142861340604942, 7818455679081107296154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inverse Stirling transform of primes.
LINKS
Eric Weisstein's World of Mathematics, Stirling Transform
FORMULA
a(n) = Sum_{k=1..n} Stirling1(n,k)*prime(k).
MATHEMATICA
nmax = 23; Rest[CoefficientList[Series[Sum[Prime[k] Log[1 + x]^k/k!, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!]
Table[Sum[StirlingS1[n, k] Prime[k], {k, 1, n}], {n, 1, 23}]
CROSSREFS
Sequence in context: A339780 A199469 A266832 * A225203 A136255 A194812
KEYWORD
sign
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)