OFFSET
1,2
COMMENTS
This sequence is a variant of A360305 where we allow negative values.
In order for the sequence to be infinite, the value 1 is forbidden.
We can arrange the terms of the sequence as the leaves of a perfect infinite binary tree, the products with e > 0 corresponding to parent nodes; each node will contain a different value and all values except 0 and 1 will appear in the tree.
LINKS
Rémy Sigrist, PARI program
EXAMPLE
The first terms (at the bottom of the tree) alongside the corresponding products are:
-73156608000
---------------------------------
7200 -10160640
----------------- -----------------
18 400 1764 -5760
--------- --------- --------- ---------
-2 -9 -16 -25 -36 -49 -64 90
----- ----- ----- ----- ----- ----- ----- -----
-1 2 3 -3 4 -4 5 -5 6 -6 7 -7 8 -8 9 10
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
sign
AUTHOR
Rémy Sigrist, Mar 05 2023
STATUS
approved