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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085468 Odd n such that there is at least one k dividing (n-1)!-1 (n<=k<=2n). 0
1, 43, 45, 47, 49, 53, 97, 99, 121, 123, 169, 237, 273, 319, 329, 343, 367, 369, 375, 499, 533, 573, 581, 611, 617 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) for(n=1, 650, if(sum(k=n, 2*n, if(((n-1)!-1)%k, 0, 1))>0, if(n%2==1, print1(n, ", "))))

CROSSREFS

Sequence in context: A165864 A020442 A041923 * A113819 A045144 A105375

Adjacent sequences:  A085465 A085466 A085467 * A085469 A085470 A085471

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 14 2003

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 17:11 EST 2012. Contains 205938 sequences.