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!)
A344312 Number k such that k and k+1 have the same number of exponential divisors (A049419). 6
1, 2, 5, 6, 8, 10, 13, 14, 21, 22, 24, 27, 29, 30, 33, 34, 37, 38, 41, 42, 44, 46, 49, 57, 58, 61, 65, 66, 69, 70, 73, 75, 77, 78, 80, 82, 85, 86, 93, 94, 98, 101, 102, 105, 106, 109, 110, 113, 114, 116, 118, 120, 122, 124, 125, 129, 130, 133, 135, 137, 138, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is a term since A049419(1) = A049419(2) = 1.
8 is a term since A049419(8) = A049419(9) = 2.
MATHEMATICA
f[p_, e_] := DivisorSigma[0, e]; ed[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[200], ed[#] == ed[# + 1] &]
CROSSREFS
Cf. A049419.
Similar sequences: A005237, A006049, A343819, A344313, A344314.
Sequence in context: A363676 A047441 A284777 * A081083 A288635 A308595
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 14 2021
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)