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!)
A051453 Prime powers such that 1 + lcm(1,2,...,p^w) is prime. 0
1, 2, 3, 4, 5, 7, 9, 19, 25, 31, 47, 89, 127, 139, 1369, 2251, 3271, 4253, 4373, 4549, 5449, 13331, 37123, 55291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 + lcm(1,2,..,89) = 718766754945489455304472257065075294401 is prime.
PROG
(PARI) ispp(n) = isprimepower(n) || n==1;
lista(nn) = {for (n=1, nn, if (ispp(n) && ispseudoprime(1+lcm([1..n])), print1(n, ", ")); ); } \\ Michel Marcus, Aug 26 2019
CROSSREFS
Sequence in context: A282895 A293535 A261170 * A357166 A302940 A272072
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Corrected and extended by Wouter Meeussen, Apr 18 2003
a(18)-a(22) from Jinyuan Wang, May 02 2020
a(23)-a(24) from Michael S. Branicky, Apr 22 2023
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)