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!)
A112655 a(n) cubed is congruent to a(n) (mod 13). 1
0, 1, 12, 13, 14, 25, 26, 27, 38, 39, 40, 51, 52, 53, 64, 65, 66, 77, 78, 79, 90, 91, 92, 103, 104, 105, 116, 117, 118, 129, 130, 131, 142, 143, 144, 155, 156, 157, 168, 169, 170, 181, 182, 183, 194, 195, 196, 207, 208, 209, 220, 221, 222, 233, 234, 235, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(3) = 13 because 13^3 = 2197 = 0 (mod 13) and 13 = 0 (mod 13)
MAPLE
m = 13 for n = 1 to 300 if n^3 mod m = n mod m then print n; next n
MATHEMATICA
Select[Range[0, 250], Mod[#, 13]==PowerMod[#, 3, 13]&] (* Harvey P. Dale, Oct 09 2023 *)
CROSSREFS
Sequence in context: A045879 A257073 A239722 * A308919 A048026 A115662
KEYWORD
easy,nonn
AUTHOR
Jeremy Gardiner, Dec 28 2005
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)