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!)
A358032 Expansion of e.g.f. (1 + log(1+x))/(1 - log(1+x) * (1 + log(1+x))). 2
1, 2, 4, 16, 66, 438, 2694, 25296, 204576, 2509728, 24912816, 381010320, 4440815472, 82150191264, 1089159690912, 23879423005440, 351430312958208, 9005004020293632, 144184020764472576, 4277182103330660352, 73227226213747521792, 2499666592623881921280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} k! * Fibonacci(k+2) * Stirling1(n,k).
a(n) = A005444(n) + A005445(n).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1+log(1+x))/(1-log(1+x)*(1+log(1+x)))))
(PARI) a(n) = sum(k=0, n, k!*fibonacci(k+2)*stirling(n, k, 1));
CROSSREFS
Sequence in context: A061652 A278913 A306979 * A162119 A213327 A192623
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 25 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 May 5 23:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)