VOOZH
about
URL: https://oeis.org/A183896
⇱ A183896 - OEIS
login
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
G. C. Greubel,
Table of n, a(n) for n = 0..112
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
Cf.
A183893
,
A183894
,
A183895
.
Sequence in context:
A365981
A293140
A008551
*
A228073
A306936
A027652
Adjacent sequences:
A183893
A183894
A183895
*
A183897
A183898
A183899
KEYWORD
sign
AUTHOR
Paul Barry
, Jan 07 2011
STATUS
approved