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!)
A343818 a(n) is the least number k such that k and k+1 both have n Fermi-Dirac factors (A064547). 2
2, 14, 104, 2079, 21735, 3341624, 103488384, 6110171144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Since the number of infinitary divisors of k is A037445(k) = 2^A064547(k), a(n) is also the least number k such that k and k+1 both have 2^n infinitary divisors.
a(9) > 2*10^11, if it exists.
LINKS
EXAMPLE
a(1) = 2 since A064547(2) = A064547(3) = 1.
a(2) = 14 since A064547(14) = A064547(15) = 2.
MATHEMATICA
fd[1] = 0; fd[n_] := Plus @@ DigitCount[FactorInteger[n][[;; , 2]], 2, 1]; seq[m_] := Module[{s = Table[0, {m}], c = 0, n = 1, fd1, fd2}, fd1=fd[n]; While[c < m, fd2 = fd[++n]; If[fd1 == fd2 && fd1 <= m && s[[fd1]] == 0, s[[fd1]] = n-1; c++]; fd1=fd2]; s]; seq[5]
CROSSREFS
Similar sequences: A045920, A052215, A075036, A093548, A115186.
Sequence in context: A295865 A355069 A293044 * A160780 A279737 A122680
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 30 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 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)