Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088225
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088225 Solutions to x^n == 7 mod 11. +0
1
2, 6, 7, 8, 13, 17, 18, 19, 24, 28, 29, 30, 35, 39, 40, 41, 46, 50, 51, 52, 57, 61, 62, 63, 68, 72, 73, 74, 79, 83, 84, 85, 90, 94, 95, 96, 101, 105, 106, 107, 112, 116, 117, 118, 123, 127, 128, 129, 134, 138, 139, 140, 145, 149, 150, 151, 156, 160, 161, 162, 167, 171 (list; graph; listen)
OFFSET

1,1

COMMENT

Primitive roots of 11. The first differences are periodic: 4,1,1,5,4,1,1,5,4,1,1,5..... - Paolo P. Lava (ppl(AT)spl.at), Feb 29 2008

REFERENCES

E. Grosswald, Topics From The Theory of Numbers, 1966, pp. 62-63.

FORMULA

a(n)=-4+Sum_{k=0..n}{(1/24)*[11*(k mod 4)+29*((k+1) mod 4)+17*((k+2) mod 4)-13*((k+3) mod 4)]}, with n>=1 - Paolo P. Lava (ppl(AT)spl.at), Feb 29 2008

EXAMPLE

2^7 - 7 = 121 = 11*11. Thus 2 is in the sequence.

13^7 - 7 = 11*5704410. Thus 13 is in the sequence.

PROGRAM

(PARI) conxkmap(a, p, n) = { for(x=1, n, for(j=1, n, y=x^j-a; if(y%p==0, print1(x", "); break) ) ) }

CROSSREFS

Sequence in context: A048859 A026311 A063291 this_sequence A165775 A157671 A102046

Adjacent sequences: A088222 A088223 A088224 this_sequence A088226 A088227 A088228

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 03 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research