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!)
A154526 Primes p such that lcm(1,2,3,...,p-2,p-1,p) -+ 1 are both primes. 2
3, 5, 7, 19, 47 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A154524 and A154525.
LINKS
PROG
(PARI) isok(p) = {if (! isprime(p), return (0)); lcmv = lcm(vector(p, i, i)); isprime(lcmv + 1) && isprime(lcmv - 1); } \\ Michel Marcus, Oct 26 2013
CROSSREFS
Sequence in context: A005850 A052334 A322302 * A126144 A171643 A072002
KEYWORD
more,nonn
AUTHOR
Lekraj Beedassy, Jan 11 2009
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)