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!)
A015891 Numbers k such that k | 5^k + 5. 20

%I #15 Oct 23 2018 05:46:19

%S 1,2,5,6,10,30,70,1565,2806,3126,51670,58290,214405,285286,378258,

%T 1854766,2170486,2222122,2247610,3463230,4147522,5942526,9381126,

%U 14818486,15743890,20162858,34087054,34838686,38742166,71067430

%N Numbers k such that k | 5^k + 5.

%H Giovanni Resta, <a href="/A015891/b015891.txt">Table of n, a(n) for n = 1..100</a>

%t Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]+5)/# ]&] (* _Alexander Adamchuk_ *)

%Y Cf. A067946 = numbers n such that n divides 5^n-1. Cf. A015951 = numbers n such that n | 5^n + 1.

%Y Cf. A006517, A015888, A015889, A015892, A015893, A015897, A015898, A015902, A015903, A015904, A015905, A015906.

%K nonn

%O 1,2

%A _Robert G. Wilson v_

%E Corrected by _Alexander Adamchuk_, Nov 04 2006

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 May 5 09:50 EDT 2024. Contains 372269 sequences. (Running on oeis4.)