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!)
A073535 Numbers k such that S(k+2) = d(k)+2, where S(k) is the Kempner function (A002034) and d(k) is the number of divisors of k (A000005). 4
1, 2, 14, 34, 46, 96, 142, 178, 196, 240, 358, 598, 718, 1048, 1350, 1398, 1598, 1790, 1798, 2310, 2350, 2398, 2698, 3040, 3232, 3598, 3820, 3838, 5094, 5290, 5388, 6298, 6368, 6398, 6420, 6910, 7198, 7348, 7434, 8622, 8958, 9448, 11198, 11518, 14012, 14398 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
kemp[n_] := Module[{m = 1}, While[!IntegerQ[m!/n], m++]; m]; aQ[n_] := kemp[n + 2] == DivisorSigma[0, n] + 2; Select[Range[1000], aQ] (* Amiram Eldar, Jan 20 2019 *)
CROSSREFS
Sequence in context: A368628 A282036 A050591 * A225292 A060626 A096311
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 27 2002
EXTENSIONS
a(21)-a(46) 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 6 16:05 EDT 2024. Contains 372294 sequences. (Running on oeis4.)