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!)
A349261 a(n) is the least number k such that A349258(k) = A349258(k+1) = n. 0
2, 14, 125, 135, 2079, 21735, 2730375, 916352, 5955200, 4122495, 444741759, 7391633535, 98228219264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2 is a term since A349258(2) = A349258(3) = 1.
14 is a term since A349258(14) = A349258(15) = 2.
MATHEMATICA
f[p_, e_] := 2^DigitCount[e, 2, 1] - 1; c[1] = 0; c[n_] := Plus @@ f @@@ FactorInteger[n]; seq[len_, nmax_] := Module[{s = Table[0, {len}], k = 0, n = 1, i}, While[n < nmax && k < len, i = c[n]; If[c[n + 1] == i && i <= len && s[[i]] == 0, k++; s[[i]] = n]; n++]; TakeWhile[s, # > 0 &]]; seq[8, 3*10^6]
CROSSREFS
Cf. A349258.
Similar sequences: A075036, A093548, A115186, A343818.
Sequence in context: A283184 A319536 A060468 * A121082 A216595 A155650
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Nov 12 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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)