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!)
A183893 Real part of a Gaussian integer sequence with a Gaussian integer Somos-4 Hankel transform. 4
1, 1, -1, -1, 9, 9, -73, -73, 697, 697, -7161, -7161, 77457, 77457, -868881, -868881, 10016241, 10016241, -117935473, -117935473, 1412307481, 1412307481, -17148100569, -17148100569, 210619695913, 210619695913, -2612194773481, -2612194773481, 32668519882017, 32668519882017, -411515480555553 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Hankel transform of A183893(n)+I*A183894(n) is the (-4,-4) Somos-4 Gaussian integer sequence A183895(n)+I*A183896(n).
LINKS
FORMULA
a(n) = Re(Sum{k=0..n, C(floor((n+k)/2),k)*I^k*A000108(k)}), I=sqrt(-1).
MATHEMATICA
Table[Re[Sum[I^k*Binomial[2*k, k]*Binomial[Floor[(n + k)/2], k]/(k + 1), {k, 0, n}]], {n, 0, 50}] (* G. C. Greubel, Feb 21 2018 *)
PROG
(PARI) for(n=0, 50, print1(real(sum(k=0, n, I^k*binomial(2*k, k)* binomial( floor((n+k)/2), k)/(k+1) )), ", ")) \\ G. C. Greubel, Feb 21 2018
(Magma) [Round(Real((&+[(Sqrt(-1))^k*Binomial(2*k, k)*Binomial( Floor((n+k)/2), k)/(k+1): k in [0..n]]))): n in [0..30]]; // G. C. Greubel, Feb 21 2018
CROSSREFS
Sequence in context: A243125 A270008 A255743 * A210052 A239225 A165830
KEYWORD
sign
AUTHOR
Paul Barry, Jan 07 2011
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)