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!)
A272872 Numbers k such that k+1 is divisible by number of divisors of k. 7
1, 3, 5, 7, 11, 13, 15, 17, 19, 23, 27, 29, 31, 35, 37, 39, 41, 43, 47, 51, 53, 55, 59, 61, 67, 71, 73, 79, 83, 87, 89, 91, 95, 97, 101, 103, 107, 109, 111, 113, 115, 119, 123, 127, 131, 135, 137, 139, 143, 149, 151, 155, 157, 159, 163, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inspired by A272353.
All odd primes are obvious members.
Numbers k such that k == -1 (mod A000005(k)). Nonprime terms are listed in A354714. - Max Alekseyev, Jun 04 2022
63 is the least number that is not in this sequence but is a member of A187929.
LINKS
Claudia A. Spiro, How Often Does the Number of Divisors of an Integer Divide Its Successor?, J. London Math. Soc. (1985) s2-31 (1): 30-40.
EXAMPLE
15 is a term because A000005(15) = 4 divides 15+1 = 16.
MATHEMATICA
Select[Range@167, Mod[#+1, DivisorSigma[0, #]] == 0 &] (* Giovanni Resta, May 21 2016 *)
PROG
(PARI) lista(nn) = {for(n=1, nn, if((n+1) % numdiv(n) == 0, print1(n, ", "))); }
CROSSREFS
Sequence in context: A336374 A346669 A187929 * A359080 A103796 A368100
KEYWORD
nonn
AUTHOR
Altug Alkan, May 11 2016
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)