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!)
A323722 Expansion of e.g.f. log(1 + exp(x)*sinh(sqrt(2)*x)/sqrt(2)). 0
0, 1, 1, 1, -2, -7, 6, 119, 120, -2911, -12518, 90055, 977164, -2167375, -83354634, -168068473, 7777602768, 58283146817, -727882529102, -12779261480825, 46543629605236, 2663317412960849, 7760606919565134, -548896641490323385, -5830401238269419400, 104847450848773542497 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: log(1 + Sum_{k>=1} Pell(k)*x^k/k!).
a(0) = 0; a(n) = Pell(n) - (1/n)*Sum_{k=1..n-1} binomial(n,k)*Pell(n-k)*k*a(k).
MAPLE
seq(n!*coeff(series(log(1+exp(x)*sinh(sqrt(2)*x)/sqrt(2)), x=0, 26), x, n), n=0..25); # Paolo P. Lava, Jan 29 2019
MATHEMATICA
FullSimplify[nmax = 25; CoefficientList[Series[Log[1 + Exp[x] Sinh[Sqrt[2] x]/Sqrt[2]], {x, 0, nmax}], x] Range[0, nmax]!]
a[n_] := a[n] = Fibonacci[n, 2] - Sum[Binomial[n, k] Fibonacci[n - k, 2] k a[k], {k, 1, n - 1}]/n; a[0] = 0; Table[a[n], {n, 0, 25}]
CROSSREFS
Sequence in context: A225101 A351823 A286800 * A021365 A179378 A155541
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jan 25 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 June 8 05:45 EDT 2024. Contains 373207 sequences. (Running on oeis4.)