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.

A123052 Numbers k that divide 5^k + 3.

This page as a plain text file.
%I A123052 #31 Aug 20 2021 04:22:07
%S A123052 1,2,4,14,628,11524,16814,188404,441484,2541014,3984724,172315684,
%T A123052 208268941,40874725514,280454588548,489850370956,1235856817732,
%U A123052 62479203805793,95467808763364,116016015619396,396249210287836
%N A123052 Numbers k that divide 5^k + 3.
%C A123052 No other terms below 10^15. A larger term: 783847656467936404. - _Max Alekseyev_, Oct 16 2016
%t A123052 Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]+3)/# ]&]
%o A123052 (PARI) is(n)=Mod(5,n)^n==-3 \\ _Charles R Greathouse IV_, Apr 06 2014
%Y A123052 Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), A124246 (k=2), A123062 (k=-2), A123061 (k=3), this sequence (k=-3), A125949 (k=4), A123047 (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).
%K A123052 hard,nonn
%O A123052 1,2
%A A123052 _Alexander Adamchuk_, Nov 04 2006
%E A123052 a(10)-a(13) from _Ryan Propper_, Dec 30 2006, Jan 02 2007
%E A123052 More terms from _Lars Blomberg_, Nov 25 2011
%E A123052 Terms a(14) onwards were reported incorrect by _Toshitaka Suzuki_, and  have been deleted. - _N. J. A. Sloane_, Mar 18 2014
%E A123052 a(14)-a(17) from _Toshitaka Suzuki_, Mar 18 2014, Apr 03 2014
%E A123052 a(18)-a(21) from _Max Alekseyev_, Oct 16 2016