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!)
A121999 Primes p such that p^2 divides Sierpinski number A014566((p-1)/2). 6
29, 37, 3373 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A003628.
No other terms below 10^11. - Max Alekseyev, Sep 18 2010
LINKS
Eric Weisstein's World of Mathematics, Sierpinski Number of the First Kind.
FORMULA
Elements of A125854 that are congruent to 5 or 7 modulo 8, i.e., primes p such that p == 5 or 7 (mod 8) and 2^(p-1) == 1+p (mod p^2). - Max Alekseyev, Sep 18 2010
MATHEMATICA
Do[p=Prime[n]; f=((p-1)/2)^((p-1)/2)+1; If[IntegerQ[f/p^2], Print[p]], {n, 1, 3373}]
PROG
(PARI) { forprime(p=3, 10^11, if(Mod((p-1)/2, p^2)^((p-1)/2)==-1, print(p); )) } \\ Max Alekseyev, Sep 18 2010
CROSSREFS
Sequence in context: A152865 A333422 A108272 * A069530 A259032 A087144
KEYWORD
bref,more,nonn
AUTHOR
Alexander Adamchuk, Sep 11 2006
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)