login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085477 Numbers n such that there is at least one k dividing (n-1)!-1 (n<=k<=2n). 1
1, 2, 4, 6, 10, 12, 16, 18, 22, 28, 30, 36, 38, 40, 42, 43, 45, 46, 47, 49, 52, 53, 54, 56, 58, 60, 66, 68, 70, 72, 76, 78, 82, 84, 88, 96, 97, 99, 100, 102, 106, 108, 110, 112, 118, 120, 121, 123, 124, 126, 130, 132, 136, 138, 142, 148, 150, 154, 156, 162, 166, 169, 172 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) for(n=1, 250, if(sum(k=n, 2*n, if(((n-1)!-1)%k, 0, 1))>0, print1(n, ", ")))
CROSSREFS
Cf. A085468 (odd terms).
Sequence in context: A161842 A249434 A249425 * A128984 A249427 A075728
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 14 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)