login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106735 Numbers n such that n=p(m) (mod p(m+1)) for any m, where p(m) is the m-th prime. 0
2, 3, 5, 7, 8, 11, 12, 13, 14, 17, 18, 19, 20, 23, 24, 26, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 95 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

24 because 24 mod 13 = 11. 40 because 40 mod 7 = 5. 51 because 51 mod 11 = 7.

MATHEMATICA

nn=150; u={}; Do[lst=Prime[i]+Range[0, Ceiling[nn/Prime[i+1]]]Prime[i+1]; u=Union[u, lst], {i, PrimePi[nn]}]; Intersection[u, Range[nn]] (Noe)

CROSSREFS

Sequence in context: A159556 A028728 A028743 * A082634 A100959 A166982

Adjacent sequences:  A106732 A106733 A106734 * A106736 A106737 A106738

KEYWORD

nonn

AUTHOR

Christopher M. Tomaszewski (cmt1288(AT)comcast.net), May 14 2005

EXTENSIONS

Corrected and extended by T. D. Noe (noe(AT)sspectra.com), Oct 25 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:46 EST 2012. Contains 205867 sequences.