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!)
A332828 Expansion of (x + x^2 + x^6 - x^7)/(1 - x^2 + x^4 - x^6 + x^8) in powers of x. 1
0, 1, 1, 1, 1, 0, 1, -1, 1, -1, 0, -1, -1, -1, -1, 0, -1, 1, -1, 1, 0, 1, 1, 1, 1, 0, 1, -1, 1, -1, 0, -1, -1, -1, -1, 0, -1, 1, -1, 1, 0, 1, 1, 1, 1, 0, 1, -1, 1, -1, 0, -1, -1, -1, -1, 0, -1, 1, -1, 1, 0, 1, 1, 1, 1, 0, 1, -1, 1, -1, 0, -1, -1, -1, -1, 0, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is a (-1,1) generalized Somos-4 sequence.
For the elliptic curve y^2 + y = x^3 - x^2, the multiples of the point (0, 0) are (a(n-1)*a(n+1)/a(n)^2, -a(n-1)^2*a(n+2)/a(n)^3).
LINKS
FORMULA
G.f.: (x + x^2 + x^6 - x^7)/(1 - x^2 + x^4 - x^6 + x^8).
a(n) = -a(n+10) = a(5-n) for all n in Z.
a(n) * a(n+4) = -a(n+1) * a(n+3) + a(n+2)^2 for all n in Z.
a(n) * a(n+5) = -a(n+1) * a(n+4) + a(n+2)*a(n+3) for all n in Z.
a(2*n) = A099443(n-1), a(2*n+1) = A099443(n+2) for all n in Z.
EXAMPLE
G.f. = x + x^2 + x^3 + x^4 + x^6 - x^7 + x^8 - x^9 - x^11 - x^12 + ...
MATHEMATICA
a[ n_] := {1, 1, 1, 1, 0, 1, -1, 1, -1, 0}[[Mod[n, 10, 1]]];
PROG
(PARI) {a(n) = (-1)^(n\10) * [0, 1, 1, 1, 1, 0, 1, -1, 1, -1][n%10 + 1]};
(PARI) {a(n) = my(E=ellinit([0, -1, 1, 0, 0]), z=ellpointtoz(E, [0, 0])); (-1)^(n\2) * round(ellsigma(E, n*z) / ellsigma(E, z)^n^2)};
CROSSREFS
Sequence in context: A244895 A330025 A330033 * A100047 A226162 A080891
KEYWORD
sign,easy
AUTHOR
Michael Somos, Feb 25 2020
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 June 21 03:23 EDT 2024. Contains 373535 sequences. (Running on oeis4.)