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!)
A257758 Least Quasi-Carmichael number to exactly n bases. 10
35, 221, 1517, 60491, 34933, 189029, 777923, 182293, 11618977, 58076041, 268926877, 1047880741, 342323563, 447110449, 2987821321, 11951066641, 19719180049, 10178985781, 249381206761, 30512751277, 190703385391, 128931982141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Is this sequence infinite?
10^12 < a(23) <= 4361890724227, a(24) = 805822195351 and a(25) = 560433369241.
LINKS
EXAMPLE
a(4) = 60491 because this is the first squarefree composite number n such that exactly four integers except 0 exist such that for every prime factor p of n applies that p+b divides n+b (-239, -236, -231, -191): 60491=241*251 and 2, 12 both divide 60252 and 5, 15 both divide 60255 and 10, 20 both divide 60260 and 50, 60 both divide 60300.
PROG
(PARI) for(d=1, 9, n=1; until(k==d, n++; if(!isprime(n), if(issquarefree(n), f=factor(n); k=0; for(b=-(f[1, 1]-1), n, c=0; for(i=1, #f[, 1], if((n+b)%(f[i, 1]+b)>0, c++)); if(c==0, if(!b==0, k++))); if(k==d, print1(n, ", "))))))
CROSSREFS
Cf. A257750 (every number of bases).
Sequence in context: A020262 A224104 A300523 * A195968 A104474 A171471
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(10)-a(22) from Hiroaki Yamanouchi, Sep 26 2015
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)