login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
A076339 Primes of the form 512*k+1. 10
7681, 10753, 11777, 12289, 13313, 15361, 17921, 18433, 19457, 23041, 25601, 26113, 32257, 36353, 37889, 39937, 40961, 45569, 50177, 51713, 58369, 59393, 61441, 64513, 65537, 67073, 70657, 76289, 76801, 79873, 80897, 81409, 83969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Odd primes p such that -1 is a 256th power mod p. - Eric M. Schmidt, Mar 27 2014
REFERENCES
M. Kraitchik, Theorie des Nombres, Gauthier-Villars (I. 1922, II. 1929).
M. Kraitchik, Recherches sur la theorie des nombres, Gauthier-Villars (1924).
LINKS
FORMULA
a(n) ~ 256n log n. - Charles R Greathouse IV, Nov 01 2022
EXAMPLE
A076338(15) = 512*15+1 = a(1) = 7681 = A000040(974);
A076338(21) = 512*21+1 = a(2) = 10753 = A000040(1311);
a(38) - a(37) = 95233 - 87553 = 7680 = a(1)-1.
MATHEMATICA
Select[512 Range[164] + 1, PrimeQ] (* Bruno Berselli, Feb 23 2012 *)
PROG
(Haskell)
a076339 n = a076339_list !! (n-1)
a076339_list = filter ((== 1) . a010051) [1, 513..]
-- Reinhard Zumkeller, Mar 06 2012
(PARI) forprimestep(p=7681, 83969, 512, print1(p", ")) \\ Charles R Greathouse IV, Nov 01 2022
CROSSREFS
Sequence in context: A249204 A249326 A249219 * A105132 A162141 A133859
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Oct 07 2002
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 July 16 21:32 EDT 2024. Contains 374358 sequences. (Running on oeis4.)