Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141399
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141399 A positive integer n is included if all the distinct primes that divide n and n+1 together are members of a set of consecutive primes. In other words, n is included if and only if n*(n+1) is contained in sequence A073491. +0
1
1, 2, 3, 5, 8, 9, 14, 15, 20, 24, 35, 80, 125, 224, 384, 440, 539, 714, 1715, 2079, 2400, 3024, 4374, 9800, 12375, 123200, 194480, 633555 (list; graph; listen)
OFFSET

1,2

COMMENT

The smallest prime in the set of consecutive primes is always 2, since n*(n+1) is even.

No more terms less than 10^6. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 12 2008]

LINKS

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

EXAMPLE

20 is factored as 2^2 *5^1. 21 is factored as 3^1 *7^1. Since the distinct primes that divide 20 and 21 (which are 2,3,5,7) form a set of consecutive primes, then 20 is in the sequence.

MAPLE

with(numtheory): a:=proc(n) local F, m: F:=`union`(factorset(n), factorset(n+1)): m:=nops(F): if ithprime(m)=F[m] then n else end if end proc: seq(a(n), n=1..1000000); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 12 2008]

CROSSREFS

Cf. A073491.

Sequence in context: A058237 A009388 A125871 this_sequence A104737 A120057 A099422

Adjacent sequences: A141396 A141397 A141398 this_sequence A141400 A141401 A141402

KEYWORD

more,nonn

AUTHOR

Leroy Quet Aug 03 2008

EXTENSIONS

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

No further terms thru 5*10^8. [From Ray Chandler (rayjchandler(AT)sbcglobal.net), Jun 24 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research