The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A343819 Numbers k such that k and k+1 have the same number of Fermi-Dirac factors (A064547). 9

%I #10 May 01 2021 05:11:41

%S 2,3,4,14,16,20,21,26,27,32,33,34,35,38,44,45,50,51,57,62,63,64,68,74,

%T 75,76,85,86,91,92,93,94,98,99,104,111,115,116,117,118,122,123,124,

%U 133,135,141,142,143,144,145,146,147,158,161,171,175,176,177,187,189

%N Numbers k such that k and k+1 have the same number of Fermi-Dirac factors (A064547).

%C Since the number of infinitary divisors of k is A037445(k) = 2^A064547(k), this is also the sequence of numbers k such that k and k+1 have the same number of infinitary divisors.

%H Amiram Eldar, <a href="/A343819/b343819.txt">Table of n, a(n) for n = 1..10000</a>

%e 2 is a term since A064547(2) = A064547(3) = 1.

%t fd[1] = 0; fd[n_] := Plus @@ DigitCount[FactorInteger[n][[;;,2]], 2, 1]; Select[Range[200], fd[#] == fd[# + 1] &]

%Y Cf. A064547, A306985, A343818.

%Y Similar sequences: A005237, A006049.

%Y Subsequence of A086263.

%K nonn

%O 1,1

%A _Amiram Eldar_, Apr 30 2021

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 June 12 02:30 EDT 2024. Contains 373321 sequences. (Running on oeis4.)