Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143321
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143321 A positive integer n is included if the sum of the distinct prime divisors of n divides n+1. +0
2
15, 20, 24, 35, 54, 95, 98, 104, 119, 135, 143, 144, 160, 189, 207, 209, 224, 287, 319, 323, 324, 351, 363, 375, 377, 384, 390, 459, 464, 527, 539, 559, 608, 779, 845, 864, 875, 899, 923, 989, 999, 1000, 1007, 1029, 1189, 1199, 1215, 1280, 1343, 1349, 1375 (list; graph; listen)
OFFSET

1,1

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

The distinct primes dividing 24 are 2 and 3, since 24 is factored as 2^3 *3^1. 2+3=5 is a divisor of 24+1 = 25. So 24 is included in this sequence.

MAPLE

with(numtheory): a:=proc(n) local f: f:=factorset(n); if `mod`(n+1, add(f[i], i=1..nops(f)))=0 then n else end if end proc: seq(a(n), n=2..1200); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 14 2008]

CROSSREFS

Cf. A008472, A089352, A143322.

Sequence in context: A133288 A014603 A070222 this_sequence A066860 A120159 A163602

Adjacent sequences: A143318 A143319 A143320 this_sequence A143322 A143323 A143324

KEYWORD

nonn

AUTHOR

Leroy Quet Aug 07 2008

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 14 2008

More terms from Max Alekseyev (maxale(AT)gmail.com), Mar 10 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research