cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A378501 Integers m such that A379816(m) = A379815(m) + m.

Original entry on oeis.org

3, 5, 6, 7, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 82, 83, 85, 86, 87
Offset: 1

Views

Author

Michel Marcus, Feb 10 2025

Keywords

Crossrefs

Complement of A380743.

Programs

  • PARI
    isok(m) = for(k=m+1, 2*m, if(issquare(1/m-1/k), return(0))); m>4||m==3; \\ Jinyuan Wang, Feb 11 2025

Extensions

More terms from Jinyuan Wang, Feb 11 2025
Showing 1-1 of 1 results.