cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A385916 Positive integers m that form Gaussian integers m + i such that every Gaussian integer g with |g| <= |m + i| is a linear combination of the distinct Gaussian divisors of m + i (where i is the imaginary unit).

Original entry on oeis.org

1, 2, 3, 5, 7, 8, 12, 13, 17, 18, 21, 23, 27, 31, 32, 33, 37, 38, 41, 43, 47, 55, 57, 68, 72, 73, 75, 81, 82, 83, 89, 91, 93, 98, 99, 105
Offset: 1

Views

Author

Frank M Jackson, Jul 12 2025

Keywords

Comments

This sequence is an example of extending the concept of a practical number to the domain of Gaussian integers. To determine if a Gaussian integer p is practical over the Gaussian integer domain it is necessary to show that the Gaussian divisors (including all their associates) of the Gaussian integer p when combined linearly and distinctly generate all Gaussian integers g where |g| <= |p|.
The Mathematica program in the link below gives a complex plot of the linear combinations of the distinct divisors of a Gaussian integer m + i to see if it is a member of this sequence.
An analogous sequence such that positive integers m that form the Gaussian integers m + i are prime is given by A005574.

Examples

			a(3) is in the sequence because the Gaussian divisors of 3 + i are 1, 1 + i, 1 + 2i, 3 + i. Each divisor has 3 other associates. In total these 16 divisors will give the complex plot below when they are combined linearly and distinctly. Note that the patten in any quadrant is a rotation by a right angle of its adjacent quadrant.
|= = = = = = = = = = + = = = = = = = = = =|
|                    * * *                |
|              * * * * * * * *            |
|        * * * * * * * * * * * * *        |
|      * * * * * * * * * * * * * * *      |
|    * * * * * * * * * * * * * * * * *    |
|    * * * * * * * * * * * * * * * * *    |
|  * * * * * * * * * * * * * * * * * *    |
|  * * * * * * * * @ @ @ * * * * * * * *  |
|* * * * * * * * @ @ @ @ @ * * * * * * *  |
|* * * * * * * @ @ @ @ @ @ @ * * * * * *  |
+*-*-*-*-*-*-*-@-@-@-@-@-@-@-*-*-*-*-*-*-*+
|  * * * * * * @ @ @ @ @ @ @ * * * * * * *|
|  * * * * * * * @ @ @ @ @ * * * * * * * *|
|    * * * * * * * @ @ @ * * * * * * * *  |
|    * * * * * * * * * * * * * * * * * *  |
|    * * * * * * * * * * * * * * * * *    |
|    * * * * * * * * * * * * * * * * *    |
|      * * * * * * * * * * * * * * *      |
|        * * * * * * * * * * * * *        |
|            * * * * * * * *              |
|                * * *                    |
|= = = = = = = = = = + = = = = = = = = = =|
		

Crossrefs