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!)
A193385 Expansion of e.g.f. cosh( x^2/2 )/ (1-x). 2

%I #20 Sep 08 2022 08:45:58

%S 1,1,2,6,27,135,810,5670,45465,409185,4091850,45010350,540134595,

%T 7021749735,98304496290,1474567444350,23593081136625,401082379322625,

%U 7219482827807250,137170173728337750,2743403475221484075

%N Expansion of e.g.f. cosh( x^2/2 )/ (1-x).

%H G. C. Greubel, <a href="/A193385/b193385.txt">Table of n, a(n) for n = 0..449</a>

%F a(n) ~ cosh( 1/2 ) * n!.

%F a(n) = (A000266(n) + A130905(n)) / 2.

%p a:=series(cosh(x^2/2)/(1-x),x=0,21): seq(n!*coeff(a,x,n),n=0..20); # _Paolo P. Lava_, Mar 27 2019

%t With[{nn=30},CoefficientList[Series[Cosh[x^2/2]/(1-x),{x,0,nn}], x] Range[0,nn]!] (* _Harvey P. Dale_, May 01 2012 *)

%o (PARI) {a(n) = if( n<0, 0, n! * polcoeff( cosh( x^2 / 2 + x * O(x^n)) / (1 - x), n))}

%o (Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cosh(x^2/2)/(1-x))); [Factorial(n-1)*b[n]: n in [1..m]]; // _G. C. Greubel_, Aug 13 2018

%Y Cf. A000266, A130905.

%K nonn

%O 0,3

%A _Michael Somos_, Jul 24 2011

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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)