login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125949 Numbers n such that n divides 5^n - 4. 1
1, 4769, 8563651, 300414792131, 2353957351049 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Numbers n such that n divides 5^n + 4 are listed in A123047.

MAPLE

a(1) = 1; Do[ If[ PowerMod[5, 2n - 1, 2n - 1] - 4 == 0, Print[2n - 1]], {n, 10^9}]

CROSSREFS

Cf. A067946, A015951, A123047, A123091, A015891, A123061, A123052, A124246, A123062.

Sequence in context: A031657 A031567 A031747 * A204727 A203546 A189183

Adjacent sequences:  A125946 A125947 A125948 * A125950 A125951 A125952

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 04 2007

EXTENSIONS

Two more terms from Max Alekseyev (maxale(AT)gmail.com), Jun 09 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:26 EST 2012. Contains 205852 sequences.