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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A040126 Primes p such that x^4 = 13 has a solution mod p. 2
2, 3, 13, 17, 23, 43, 53, 61, 79, 103, 107, 127, 131, 139, 179, 181, 191, 199, 211, 251, 263, 283, 311, 337, 347, 367, 389, 419, 439, 443, 467, 491, 503, 523, 547, 563, 571, 599, 607, 641, 647, 659, 673, 677, 701 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

MATHEMATICA

ok [p_]:=Reduce[Mod[x^4 - 13, p]== 0, x, Integers]=!= False; Select[Prime[Range[180]], ok] (* Vincenzo Librandi, Sep 12 2012 *)

PROG

(MAGMA) [p: p in PrimesUpTo(800) | exists(t){x : x in ResidueClassRing(p) | x^4 eq 13}]; // Vincenzo Librandi, Sep 12 2012

CROSSREFS

Sequence in context: A019339 A045341 A215322 * A215382 A144759 A215359

Adjacent sequences:  A040123 A040124 A040125 * A040127 A040128 A040129

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 23 07:10 EDT 2013. Contains 225585 sequences.