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!)
A332573 Numbers k such that k and k + 1 are both norm-deficient in Gaussian integers (A332572). 2
7, 16, 127, 128, 151, 248, 256, 343, 472, 536, 568, 631, 632, 751, 752, 823, 856, 943, 1048, 1111, 1136, 1207, 1303, 1327, 1328, 1336, 1432, 1527, 1528, 1591, 1687, 1688, 1711, 1712, 1783, 1816, 1912, 2031, 2032, 2047, 2048, 2103, 2167, 2263, 2416, 2487, 2488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
7 is a term since both 7 and 7 + 1 = 8 are norm-deficient in Gaussian integers (A332572).
MATHEMATICA
normDefQ[z_] := Abs[DivisorSigma[1, z, GaussianIntegers -> True]]^2 < 2*Abs[z]^2; Select[Range[2500], normDefQ[#] && normDefQ[# + 1] &]
CROSSREFS
Sequence in context: A029498 A351531 A181777 * A129422 A184062 A101122
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 16 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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)