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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259283 Quasi-Carmichael numbers to at least one positive base. 4
165, 231, 273, 357, 399, 598, 715, 935, 1015, 1105, 1547, 1595, 1885, 1886, 2015, 2093, 2387, 2397, 2451, 2465, 2585, 2679, 2737, 2821, 2915, 3059, 3445, 3913, 3965, 4123, 4991, 5015, 5467, 5719, 6097, 6545, 7055, 7189, 7285, 7553, 7843, 8555, 8569, 8715, 8855 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tim Johannes Ohrtmann, Table of n, a(n) for n = 1..2963
EXAMPLE
a(1) = 165 because this is the first squarefree composite number n such that at least one positive integer b except 0 exists such that for every prime factor p of n applies that p+b divides n+b (3): 165=3*5*11 and 6, 8, 14 all divide 168.
PROG
(PARI) for(n=2, 1000000, if(!isprime(n), if(issquarefree(n), f=factor(n); b=0; until(c==0 || b==n, b++; c=0; for(i=1, #f[, 1], if((n+b)%(f[i, 1]+b)>0, c++)); if(c==0, print1(n, ", "))))))
CROSSREFS
Sequence in context: A252725 A168355 A083255 * A319502 A270175 A319328
KEYWORD
nonn
AUTHOR
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 December 5 00:12 EST 2023. Contains 367565 sequences. (Running on oeis4.)