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!)
A344313 Number k such that k and k+1 have the same number of bi-unitary divisors (A286324). 6
2, 3, 4, 14, 15, 20, 21, 26, 27, 33, 34, 35, 38, 44, 45, 50, 51, 57, 62, 68, 74, 75, 76, 81, 85, 86, 91, 92, 93, 94, 98, 99, 104, 115, 116, 117, 118, 122, 123, 124, 133, 135, 141, 142, 145, 146, 147, 158, 171, 177, 187, 189, 201, 202, 205, 206, 212, 213, 214 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2 is a term since A286324(2) = A286324(3) = 2.
14 is a term since A286324(14) = A286324(15) = 4.
MATHEMATICA
f[p_, e_] := If[OddQ[e], e + 1, e]; bd[1] = 1; bd[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[200], bd[#] == bd[# + 1] &]
CROSSREFS
Similar sequences: A005237, A006049, A343819, A344312, A344314.
Sequence in context: A039576 A091907 A354075 * A103048 A343819 A140128
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 July 31 12:02 EDT 2024. Contains 374800 sequences. (Running on oeis4.)