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!)
A127945 Hankel transform of central coefficients of (1+k*x-2x^2)^n, k arbitrary integer. 3
1, -4, -32, 512, 16384, -1048576, -134217728, 34359738368, 17592186044416, -18014398509481984, -36893488147419103232, 151115727451828646838272, 1237940039285380274899124224, -20282409603651670423947251286016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A098332. The Hankel transform of e.g.f. Bessel_I(0,2*sqrt(-2)x) and its k-th binomial transforms, are given by a(n). In general, the Hankel transform of e.g.f. Bessel_I(0,2*sqrt(m)x) and its binomial transforms is 2^n*m^C(n+1,2).
Unsigned version is A036442. - Philippe Deléham, Dec 11 2008
LINKS
FORMULA
a(n) = (cos(Pi*n/2) - sin(Pi*n/2))*4^n*2^C(n,2).
a(n) = 2^n*(-2)^C(n+1,2).
MATHEMATICA
Table[2^n*(-2)^Binomial[n+1, 2], {n, 0, 25}] (* G. C. Greubel, May 01 2018 *)
PROG
(PARI) for(n=0, 25, print1(2^n*(-2)^binomial(n+1, 2), ", ")) \\ G. C. Greubel, May 01 2018
(Magma) [2^n*(-2)^Binomial(n+1, 2): n in [0..25]]; // G. C. Greubel, May 01 2018
CROSSREFS
Sequence in context: A153511 A140179 A118990 * A036442 A186339 A086899
KEYWORD
easy,sign
AUTHOR
Paul Barry, Feb 08 2007
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 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)