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.

A122435 Complex numbers a+bi which are divisible by the sum of their complex prime factors with repetition (complex sopfr). The prime factors are from the first quadrant only, as defined in A103431. This sequence gives the real part a of these numbers, the imaginary part b is in A122436.

Original entry on oeis.org

10, 15, 16, 27, 30, 17, 34, 39, 14, 38, 14, 44, 48, 39, 40, 1, 57, 45, 54, 28, 64, 21, 46, 57, 72, 45, 75, 44, 64, 38, 70, 4, 84, 72, 60, 70, 78, 100, 53, 89, 52, 90, 5, 105, 6, 42, 104, 70, 90, 114
Offset: 1

Views

Author

Sven Simon, Sep 04 2006

Keywords

Comments

In the case of the complex sopfr it seems best to use only primes in the first quadrant because it is easy to get a well-defined function.

Examples

			a(1) = 10 is the real part of 10 = (-1)*(1+i)*(1+i)*(1+2i)*(2+i) = (1-i)(5+5i); (1+i)+(1+i)+(1+2i)+(2+i) = 5+5i;
a(5) = 30 is the real part of 30+12i = (-i)*3*(1+i)*(1+i)*(5+2i) = 3*(10+4i); 3+(1+i)+(1+i)+(5+2i) = 10+4i.
		

Crossrefs