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!)
A258249 Lexicographically smallest sequence of primes such that Legendre symbol (a(1)*...*a(n-1) / a(n)) = 1 for all n. 0
2, 7, 3, 11, 43, 5, 13, 17, 47, 19, 23, 61, 29, 41, 59, 31, 53, 67, 71, 79, 37, 83, 73, 101, 89, 103, 127, 97, 107, 113, 131, 139, 109, 151, 149, 137, 163, 157, 173, 197, 167, 179, 181, 191, 193, 223, 227, 199, 233, 211, 229, 239, 241, 263, 251, 269, 257, 271, 277, 281, 283, 311, 293, 307, 317, 331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) { P=1; for(n=1, 100, p=2; while( kronecker(p, P)!=1, p=nextprime(p+1)); print1(p, ", "); P*=p) }
CROSSREFS
Sequence in context: A332363 A353408 A365966 * A256448 A056756 A120861
KEYWORD
nonn
AUTHOR
Max Alekseyev, May 24 2015
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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)