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!)
A346212 Numbers m such that abs(K(m+1) - K(m)) = 2, and both m and m+1 are squarefree (A005117), where K(m) = A002034(m) is the Kempner function. 2
5, 14, 65, 77, 434, 902, 1769, 1829, 2665, 9590, 12121, 12921, 25877, 26058, 26105, 28542, 28633, 39902, 55390, 58705, 60377, 73185, 87989, 88409, 98106, 101170, 106490, 109213, 116653, 119685, 123710, 137309, 143877, 145705, 145858, 145885, 162734, 168817, 182001, 191270 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Earls (2005) noted that if m > 2 is a solution to abs(K(m+1) - K(m)) = 1 (A346211) then either m or m+1 is nonsquarefree (A013929), and asked whether there are any solutions with both m and m+1 being squarefree.
There are no such solutions below 10^9.
Since there are also no solutions to K(m) = K(m+1) below 10^9, it can be conjectured that the minimal difference abs(K(m+1) - K(m)) between consecutive numbers m and m+1 that are both squarefree is 2.
a(1)-a(40) were calculated by Earls (2005).
LINKS
Jason Earls, On consecutive values of the Smarandache function, Scientia Magna, Vol. 1, No. 1 (2005), pp. 129-130.
Wikipedia, Kempner function.
EXAMPLE
5 is a term since abs(K(6) - K(5)) = abs(3 - 5) = 2, and both 5 and 6 are squarefree.
MATHEMATICA
kempner[n_] := Module[{m = 1}, While[! Divisible[m!, n], m++]; m]; p = Position[Abs @ Differences @ Array[kempner, 500], 2] // Flatten; Select[p, SquareFreeQ[#] && SquareFreeQ[# + 1] &]
CROSSREFS
Subsequence of A007674.
Sequence in context: A197661 A004030 A256413 * A324011 A194994 A166795
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jul 10 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 August 3 21:27 EDT 2024. Contains 374905 sequences. (Running on oeis4.)