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!)
A272714 Numbers n such that both n and n+1 are Achilles numbers (A052486). 0
5425069447, 11968683934831, 28821995554247, 48689748233307 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Any term of the sequence is also a term of A227297, but the converse is not always true. The smallest term of A227297 where the converse fails is A227297(1) = 12167. Do any other such numbers exist?
LINKS
Wikipedia, Achilles number
EXAMPLE
5425069447 = 7^3 * 41^2 * 97^2 and 5425069448 = 2^3 * 26041^2. Since every prime factor of 5425069447 and 5425069448 is repeated, both numbers are Achilles numbers (A052486) and since the two numbers differ by 1, i.e., the value of A247246 at the index of 5425069447 in A052486 is 1, 5425069447 is a term of the sequence.
PROG
(PARI) is(n) = vecmin(factor(n)[, 2]) > 1 && vecmin(factor(n+1)[, 2]) > 1 && !ispower(n) && !ispower(n+1)
CROSSREFS
Sequence in context: A115414 A358412 A112430 * A213254 A295458 A058416
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, May 12 2016
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 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)