The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A088227 Solutions x to x^n == 7 mod 13. 1
2, 6, 7, 11, 15, 19, 20, 24, 28, 32, 33, 37, 41, 45, 46, 50, 54, 58, 59, 63, 67, 71, 72, 76, 80, 84, 85, 89, 93, 97, 98, 102, 106, 110, 111, 115, 119, 123, 124, 128, 132, 136, 137, 141, 145, 149, 150, 154, 158, 162, 163, 167, 171, 175, 176, 180, 184, 188, 189, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
E. Grosswald, Topics From The Theory of Numbers, 1966, pp. 62-63.
LINKS
FORMULA
G.f.: x*(2 + 4*x + x^2 + 4*x^3 + 2*x^4)/(1 - x - x^4 + x^5). - Philippe Deléham, Dec 01 2016
EXAMPLE
2^11 - 7 = 2041 = 11*157. Thus 2 is in the sequence.
MATHEMATICA
LinearRecurrence[{1, 0, 0, 1, -1}, {2, 6, 7, 11, 15}, 60] (* Ray Chandler, Aug 25 2015 *)
PROG
(PARI) conxkmap(a, p, n) = { for(x=1, n, for(j=1, n, y=x^j-a; if(y%p==0, print1(x", "); break) ) ) }
(Magma) I:=[2, 6, 7, 11, 15]; [n le 5 select I[n] else Self(n-1)+Self(n-4)-Self(n-5): n in [1..70]]; // Vincenzo Librandi, Dec 02 2016
CROSSREFS
Sequence in context: A032926 A214991 A286995 * A231500 A174000 A241720
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, Nov 03 2003
STATUS
approved

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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)