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!)
A287119 Squarefree composite numbers n such that p^2 - 1 divides n^2 - 1 for every prime p dividing n. 1
8569, 39689, 321265, 430199, 564719, 585311, 608399, 7056721, 11255201, 17966519, 18996769, 74775791, 75669551, 136209151, 321239359, 446660929, 547674049, 866223359, 1068433631, 1227804929, 1291695119, 2315403649, 2585930689, 7229159729, 7809974369, 8117634239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Such numbers are odd and have at least three prime factors.
Problem: are there infinitely many such numbers?
LINKS
PROG
(PARI) isok(n) = {if (issquarefree(n) && !isprime(n), my(f = factor(n)); for (k=1, #f~, if ((n^2-1) % (f[k, 1]^2-1), return (0)); ); return (1); ); } \\ Michel Marcus, May 20 2017
CROSSREFS
Subsequence of A120944.
Sequence in context: A217338 A217163 A243839 * A156846 A324711 A221053
KEYWORD
nonn
AUTHOR
Thomas Ordowski, May 20 2017
EXTENSIONS
More terms from Michel Marcus, May 20 2017
a(14)-a(26) from Giovanni Resta, May 20 2017
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)