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!)
A183895 Real part of a (-4,-4) Gaussian integer Somos-4 sequence. 4
1, -1, -2, 8, 32, -128, -1024, 16384, 262144, -4194304, -134217728, 8589934592, 549755813888, -35184372088832, -4503599627370496, 1152921504606846976, 295147905179352825856, -75557863725914323419136, -38685626227668133590597632, 39614081257132168796771975168, 40564819207303340847894502572032, -41538374868278621028243970633760768, -85070591730234615865843651857942052864, 348449143727040986586495598010130648530944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Real part of the Hankel transform of A183893(n) + i*A183894(n).
A183895(n) + i*A183896(n) is a (-4,-4) Gaussian integer Somos-4 sequence.
This is a generalized Somos-4 sequence. - Michael Somos, Mar 14 2020
LINKS
FORMULA
a(n) = (sqrt(1/4 - sqrt(2)/8)*sin(7*Pi*n/4 + 3*Pi/8) + sqrt(sqrt(2)/8 + 1/4)*sin(5*Pi*n/4 + Pi/8) + sqrt(sqrt(2)/8 + 1/4)*cos(3*Pi*n/4 + 3*Pi/8) + sqrt(1/4 - sqrt(2)/8)*cos(Pi*n/4 + Pi/8))*(-2)^floor(binomial(n+1,2)/2).
From Michael Somos, Mar 14 2020: (Start)
a(n) = (-1)^(n + floor(n/4)) * A160637(n).
a(n) = a(-1-n) for all n in Z.
0 = a(n)*a(n+4) + 6*a(n+1)*a(n+3) + 4*a(n+2)^2 for all n in Z.
0 = a(n)*a(n+5) - 4*a(n+1)*a(n+4) for all n in Z. (End)
a(n) = (-1)^n * b(n+2), b() defined by 0 = b(n) * b(n+2) * b(n+3)^2 + b(n+4) * b(n+2) * b(n+1)^2 + b(n+1)^2 * b(n+3)^2, for n in N, all initial values +1. - Helmut Ruhland, Feb 22 2024
MATHEMATICA
Table[(-1)^Floor[(n+1)/2]*2^Floor[n*(n+1)/4], {n, 0, 30}] (* G. C. Greubel, Feb 21 2018; Mar 18 2024 *)
a[ n_] := (-1)^(n + Quotient[n, 4])*(-2)^Quotient[n (n + 1), 4]; (* Michael Somos, Mar 14 2020 *)
PROG
(PARI) for(n=0, 30, print1((-1)^((n+1)\2)*2^(n*(n+1)\4), ", ")) \\ G. C. Greubel, Feb 21 2018; Mar 18 2024
(PARI) {a(n) = (-1)^(n + n\4) * (-2)^(n*(n+1)\4)}; /* Michael Somos, Mar 14 2020 */
(Magma) [(-1)^Binomial(n+1, 2)*2^Floor(n*(n+1)/4): n in [0..30]]; // G. C. Greubel, Feb 21 2018; Mar 18 2024
(SageMath) [(-1)^((n+1)//2)*2^(n*(n+1)//4) for n in range(31)] # G. C. Greubel, Mar 18 2024
CROSSREFS
Sequence in context: A009117 A331407 A160637 * A228921 A150829 A155084
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 09:18 EDT 2024. Contains 371967 sequences. (Running on oeis4.)