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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096025 Numbers n such that (n+j) mod (2+j) = 1 for j from 0 to 6 and (n+7) mod 9 <> 1. 5
843, 1683, 3363, 4203, 5883, 6723, 8403, 9243, 10923, 11763, 13443, 14283, 15963, 16803, 18483, 19323, 21003, 21843, 23523, 24363, 26043, 26883, 28563, 29403, 31083, 31923, 33603, 34443, 36123, 36963, 38643, 39483, 41163, 42003, 43683 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Numbers n such that n mod 840 = 3 and n mod 2520 <> 3.

EXAMPLE

843 mod 2 = 844 mod 3 = 845 mod 4 = 846 mod 5 = 847 mod 6 = 848 mod 7 = 849 mod 8 = 1 and 850 mod 9 = 4, hence 843 is in the sequence.

PROG

(PARI) {k=7; m=44000; for(n=1, m, j=0; b=1; while(b&&j<k, if((n+j)%(2+j)==1, j++, b=0)); if(b&&(n+k)%(2+k)!=1, print1(n, ", ")))}

CROSSREFS

Cf. A007310, A017629, A096022, A096023, A096024, A096026, A096027.

Sequence in context: A093242 A031527 A045243 * A004949 A004969 A031707

Adjacent sequences:  A096022 A096023 A096024 * A096026 A096027 A096028

KEYWORD

nonn,easy

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 15 2004

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 15 05:45 EST 2012. Contains 205694 sequences.