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!)
A309558 Numbers k such that A001414(k^4+1) is divisible by k. 0
1, 5, 10, 2095, 5623, 13589, 14047, 19519, 21143, 154249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
10 is in the sequence because the prime factorization of 10^4+1=10001 is 73*137 and 73+137=210 is divisible by 10.
MAPLE
filter:= proc(n) local F, t, y;
F:= ifactors(n^4+1)[2];
y:= add(t[1]*t[2], t=F);
y mod n = 0
end proc:
select(filter, [$1..200000]);
CROSSREFS
Sequence in context: A298502 A201026 A213146 * A346104 A087463 A160366
KEYWORD
nonn,more
AUTHOR
J. M. Bergot and Robert Israel, Aug 07 2019
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)