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!)
A183896 Imaginary part of a (-4,-4) Gaussian integer Somos-4 sequence. 4
0, -1, -2, 0, 0, -128, -1024, 0, 0, -4194304, -134217728, 0, 0, -35184372088832, -4503599627370496, 0, 0, -75557863725914323419136, -38685626227668133590597632, 0, 0, -41538374868278621028243970633760768, -85070591730234615865843651857942052864, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Imaginary part of the Hankel transform of A183893(n) + I*A183894(n).
A183895(n) + I*a(n) is a (-4,-4) Gaussian integer Somos-4 sequence.
LINKS
FORMULA
a(n) = mod(binomial(n+1,2), 2)*A183895(n).
MATHEMATICA
Table[((-1)^Floor[(n+1)/2] -1)*2^(Floor[n*(n+1)/4] -1), {n, 0, 30}] (* G. C. Greubel, Mar 23 2024 *)
PROG
(Magma) [((-1)^Floor((n+1)/2) -1)*2^Floor((n^2+n-4)/4): n in [0..30]]; // G. C. Greubel, Mar 23 2024
(SageMath) [((-1)^((n+1)//2) -1)*2^(n*(n+1)//4 -1) for n in range(31)] # G. C. Greubel, Mar 23 2024
CROSSREFS
Sequence in context: A365981 A293140 A008551 * A228073 A306936 A027652
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 May 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)