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!)
A332387 Numbers k such that k, k + 1 and k + 2 have the same number of divisors in Eisenstein integers. 4
13448, 27848, 75774, 135400, 243338, 276123, 396950, 452823, 497575, 524823, 565674, 587575, 632224, 639848, 719223, 769316, 861123, 935799, 1060904, 1073875, 1153023, 1204312, 1308856, 1366624, 1413498, 1490599, 1555975, 1565223, 1601798, 1767424, 1902774, 1923295 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
13448 is a term since 13448, 13449 and 13450 each have 12 divisors in Eisenstein integers.
MATHEMATICA
f[p_, e_] := Switch[Mod[p, 3], 0, 2*e + 1, 1, (e + 1)^2, 2, e + 1]; eisNumDiv[1] = 1; eisNumDiv[n_] := Times @@ f @@@ FactorInteger[n]; Flatten[Position[Partition[ eisNumDiv /@ Range[10^6], 3, 1], {x_, x_, x_}]] (* after Harvey P. Dale at A005238 *)
CROSSREFS
Sequence in context: A157506 A238176 A035917 * A183676 A204394 A250818
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 10 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 24 08:09 EDT 2024. Contains 371922 sequences. (Running on oeis4.)