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!)
A073331 Smallest k such that S(n) = d(n+k), where S(n) is the Kempner function (A002034) and d(n) is the number of divisors of n (A000005). 4
1, 1, 2, 11, 3, 57, 2, 3, 6, 1013, 2, 4083, 50, 1, 2, 65519, 2, 262125, 61, 43, 1002, 4194281, 2, 23, 4070, 9, 36, 268435427, 51, 1073741793, 8, 991, 65502, 29, 8, 68719476699, 262106, 4057, 41, 1099511627735, 22, 4398046511061, 980, 5, 4194258, 70368744177617 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
MATHEMATICA
kemp[n_] := Module[{m = 1}, While[!IntegerQ[m!/n], m++]; m]; a[n_] := Module[{k = 1, s = kemp[n]}, While[DivisorSigma[0, n + k] != s, k++]; k]; Array[a, 20, 2] (* Amiram Eldar, Jan 20 2019 *)
CROSSREFS
Sequence in context: A241596 A365769 A339616 * A109858 A082266 A070840
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 22 2002
EXTENSIONS
More terms from Sean A. Irvine, Feb 20 2011
a(37)-a(47) from Amiram Eldar, Jan 20 2019
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 May 15 10:29 EDT 2024. Contains 372540 sequences. (Running on oeis4.)