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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063828 Smallest m associated with n-th Pillai prime (A063980). 2
14, 18, 15, 8, 18, 9, 23, 13, 86, 16, 16, 50, 102, 61, 64, 210, 97, 31, 9, 93, 40, 45, 63, 220, 91, 122, 35, 85, 198, 93, 128, 316, 366, 74, 300, 151, 290, 15, 400, 282, 22, 188, 167, 191, 360, 426, 274, 271, 456, 278, 229, 324, 135, 498, 189 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

G. E. Hardy and M. V. Subbarao, A modified problem of Pillai and some related questions, Amer. Math. Monthly 109 (2002), no. 6, 554-559.

LINKS

T. D. Noe, Table of n, a(n) for n = 1..1000

EXAMPLE

14!+1 = 0 mod 23, while 23 is not 1 mod 14.

MATHEMATICA

nn=1000; fact=1+Rest[FoldList[Times, 1, Range[nn]]]; t={}; Do[p=Prime[i]; m=2; While[m<p && !(Mod[p, m]!=1 && Mod[fact[[m]], p]==0), m++]; If[m<p, AppendTo[t, m]], {i, 2, PrimePi[nn]}]; t (* T. D. Noe, Apr 22 2011 *)

CROSSREFS

Sequence in context: A165719 A154146 A113735 * A060504 A052026 A118499

Adjacent sequences:  A063825 A063826 A063827 * A063829 A063830 A063831

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 23, 2001

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Sep 27 2001

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 16 13:48 EST 2012. Contains 205921 sequences.