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.

Showing 1-7 of 7 results.

A123047 Numbers k that divide 5^k + 4.

Original entry on oeis.org

1, 3, 129, 60767, 76433163, 454034821, 26675718567, 164304369911289
Offset: 1

Views

Author

Alexander Adamchuk, Nov 04 2006

Keywords

Comments

k must be odd since any power of 5 plus 4 is odd. - Robert G. Wilson v, Nov 14 2006
a(9) > 10^15. - Max Alekseyev, Oct 17 2016
Large term (may not be the next one): 3014733401203184049549. - Max Alekseyev, Oct 18 2013

Crossrefs

Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), A124246 (k=2), A123062 (k=-2), A123061 (k=3), A123052 (k=-3), A125949 (k=4), this sequence (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).

Programs

Extensions

a(4) and a(5) from Robert G. Wilson v, Nov 14 2006
a(7) from Ryan Propper, Mar 23 2007
a(8) from Max Alekseyev, Oct 17 2016

A123062 Numbers k that divide 5^k + 2.

Original entry on oeis.org

1, 7, 51373, 78127, 138943, 620299, 2842933, 137422693, 2259290321, 413879131637, 434757575329, 915535274009, 14864856896743
Offset: 1

Views

Author

Alexander Adamchuk, Nov 04 2006

Keywords

Comments

No further terms up to 10^15. Larger term: 64629734103979763971. - Max Alekseyev, Oct 15 2016

Crossrefs

Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), A124246 (k=2), this sequence (k=-2), A123061 (k=3), A123052 (k=-3), A125949 (k=4), A123047 (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).

Programs

  • Mathematica
    Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]+2)/# ]&]
  • PARI
    is(n)=Mod(5,n)^n==-2 \\ Charles R Greathouse IV, Nov 04 2016

Extensions

More terms from Farideh Firoozbakht, Nov 18 2006
a(9) from Ryan Propper, Jan 29 2007
a(10)-a(13) from Max Alekseyev, Jul 28 2009, Oct 15 2016

A124246 Numbers k that divide 5^k - 2.

Original entry on oeis.org

1, 3, 123, 202884639, 242405133, 92273577267, 2670733723929, 81035221987959
Offset: 1

Views

Author

Farideh Firoozbakht, Nov 19 2006

Keywords

Comments

No other terms below 10^15. Some larger terms: 60092749466423900486673922957841, 401021769827858799355246286337987697472836927856337282726789534497163. - Max Alekseyev, Oct 15 2016

Crossrefs

Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), this sequence (k=2), A123062 (k=-2), A123061 (k=3), A123052 (k=-3), A125949 (k=4), A123047 (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).

Programs

  • Mathematica
    Do[If[Mod[(PowerMod[5,n,n]-2),n]==0,Print[n]],{n,1000000000}]
  • PARI
    is(n)=Mod(5,n)^n==2 \\ Charles R Greathouse IV, Nov 04 2016

Extensions

a(6)-a(8) from Max Alekseyev, Jul 28 2009, Jun 02 2010, Oct 15 2016

A123061 Numbers k that divide 5^k - 3.

Original entry on oeis.org

1, 2, 22, 77, 242, 371, 16102, 45727, 73447, 81286, 112277, 368237, 10191797, 13563742, 30958697, 389974222, 6171655457, 55606837682, 401469524477, 434715808966, 1729670231597, 12399384518278, 28370781933478, 32458602019394, 45360785149757, 1073804398767214
Offset: 1

Views

Author

Alexander Adamchuk, Nov 04 2006

Keywords

Comments

Some larger terms: 10157607413638637338691, 678641208236297002873422185407157785099272404809011007522511134591325167. - Max Alekseyev, Oct 20 2016

Crossrefs

Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), A124246 (k=2), A123062 (k=-2), this sequence (k=3), A123052 (k=-3), A125949 (k=4), A123047 (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).

Programs

  • Mathematica
    Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]-3)/# ]&]
    Do[If[IntegerQ[(PowerMod[5, n, n ]-3)/n], Print[n]], {n, 10^9}] (* Ryan Propper, Dec 30 2006 *)
  • PARI
    is(n)=Mod(5,n)^n==3 \\ Charles R Greathouse IV, Nov 04 2016

Extensions

More terms from Farideh Firoozbakht, Nov 18 2006
Corrected and extended by Ryan Propper, Jan 01 2007
Entry revised by N. J. A. Sloane, Jan 24 2007
a(18) from Lars Blomberg, Dec 12 2011
a(19)-a(26) from Max Alekseyev, Oct 20 2016

A123052 Numbers k that divide 5^k + 3.

Original entry on oeis.org

1, 2, 4, 14, 628, 11524, 16814, 188404, 441484, 2541014, 3984724, 172315684, 208268941, 40874725514, 280454588548, 489850370956, 1235856817732, 62479203805793, 95467808763364, 116016015619396, 396249210287836
Offset: 1

Views

Author

Alexander Adamchuk, Nov 04 2006

Keywords

Comments

No other terms below 10^15. A larger term: 783847656467936404. - Max Alekseyev, Oct 16 2016

Crossrefs

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).

Programs

  • Mathematica
    Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]+3)/# ]&]
  • PARI
    is(n)=Mod(5,n)^n==-3 \\ Charles R Greathouse IV, Apr 06 2014

Extensions

a(10)-a(13) from Ryan Propper, Dec 30 2006, Jan 02 2007
More terms from Lars Blomberg, Nov 25 2011
Terms a(14) onwards were reported incorrect by Toshitaka Suzuki, and have been deleted. - N. J. A. Sloane, Mar 18 2014
a(14)-a(17) from Toshitaka Suzuki, Mar 18 2014, Apr 03 2014
a(18)-a(21) from Max Alekseyev, Oct 16 2016

A125949 Numbers k that divide 5^k - 4.

Original entry on oeis.org

1, 4769, 8563651, 300414792131, 2353957351049, 15960089894129, 452045914836301, 657236915690111
Offset: 1

Views

Author

Alexander Adamchuk, Feb 04 2007

Keywords

Comments

No other terms below 10^15. - Max Alekseyev, Oct 17 2016

Crossrefs

Solutions to 5^n == k (mod n): A067946 (k=1), A015951 (k=-1), A124246 (k=2), A123062 (k=-2), A123061 (k=3), A123052 (k=-3), this sequence (k=4), A123047 (k=-4), A123091 (k=5), A015891 (k=-5), A277350 (k=6), A277348 (k=-6).

Programs

  • Mathematica
    a(1) = 1; Do[ If[ PowerMod[5, 2n - 1, 2n - 1] - 4 == 0, Print[2n - 1]], {n,10^9}]
  • PARI
    is(n)=Mod(5,n)^n==4 \\ Charles R Greathouse IV, May 15 2013

Extensions

a(4)-a(8) from Max Alekseyev, Jun 09 2010, Oct 17 2016

A277350 Positive integers n such that 5^n == 6 (mod n).

Original entry on oeis.org

1, 15853, 5520343, 111966563, 2232207889, 5551501871
Offset: 1

Views

Author

Seiichi Manyama, Oct 10 2016

Keywords

Comments

No other terms below 10^15. - Max Alekseyev, Oct 18 2016

Crossrefs

Cf. Solutions to 5^n == k (mod n): A277348 (k=-6), A015891 (k=-5), A123047 (k=-4), A123052 (k=-3), A123062 (k=-2), A015951 (k=-1), A067946 (k=1), A124246 (k=2), A123061 (k=3), A125949 (k=4), A123091 (k=5), this sequence (k=6).

Programs

Showing 1-7 of 7 results.