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

 

Logo

Annual appeal: Please make a donation to keep the OEIS running! Over 6000 articles have referenced us, often saying "we discovered this result with the help of the OEIS".
Other ways to donate

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A234810 Primes p such that p^2 divides 14^(p-1) - 1. 5
29, 353, 7596952219 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Base 14 Wieferich primes.

LINKS

Table of n, a(n) for n=1..3.

Petr Ležák, Solutions of equation a^(p-1) mod p^2 = 1, p is prime

P. L. Montgomery, New solutions of a^p-1 == 1 (mod p^2), Math. Comp., 61 (203), 361-363

MATHEMATICA

Select[Prime[Range[200]], Divisible[14^(# - 1) - 1, #^2] &] (* Alonso del Arte, Apr 20 2014 *)

PROG

(PARI)

N=10^9; default(primelimit, N);

forprime(n=2, N, if(Mod(14, n^2)^(n-1)==1, print1(n, ", ")));

CROSSREFS

Cf. A001220.

Sequence in context: A156640 A239743 A022689 * A077516 A142278 A281059

Adjacent sequences:  A234807 A234808 A234809 * A234811 A234812 A234813

KEYWORD

nonn,hard,bref,more

AUTHOR

Felix Fröhlich, Apr 19 2014

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recent | More pages
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy .

Last modified November 19 02:15 EST 2017. Contains 294912 sequences.