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!)
A114980 Numbers k such that (j^k + k^j) == 0 (mod k+j), j=5 case. 6
1, 3, 5, 7, 14, 15, 19, 20, 21, 23, 25, 26, 35, 45, 50, 55, 65, 73, 95, 105, 115, 119, 120, 125, 145, 165, 185, 195, 215, 225, 245, 270, 275, 285, 295, 305, 325, 350, 365, 385, 405, 425, 435, 437, 465, 495, 525, 527, 545, 585, 595, 605, 620, 621, 645 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) isok(k, j=5) = (j^k+k^j) % (k+j) == 0; \\ Michel Marcus, Oct 10 2013
(PARI) isok(k, j=5) = Mod(j, k+j)^k+Mod(k, k+j)^j == 0; \\ Michel Marcus, Aug 07 2021
CROSSREFS
Sequence in context: A118743 A225226 A333630 * A024372 A295717 A308591
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 22 2006
EXTENSIONS
More terms from Michel Marcus, Oct 10 2013
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.)