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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A342738 Primes p such that A001414(p+1) = A001414(p-1) + 1. 2
5, 7, 19, 41, 197, 2549, 4159, 8467, 9433, 26701, 27551, 46817, 57037, 91097, 130859, 153281, 157049, 197683, 351727, 423103, 466181, 517991, 526291, 567181, 575231, 652903, 663167, 772339, 1055231, 1062013, 1088239, 1171199, 1232461, 1551871, 1603297, 1662833, 2782469, 2920531, 2957917, 3226159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 19 is a term because it is prime and A001414(20) = 9 = 1 + A001414(18).
MAPLE
spf:= proc(n) local t; add(t[1]*t[2], t=ifactors(n)[2]) end proc:
select(p -> spf(p+1)=spf(p-1)+1, [seq(ithprime(i), i=1..10^5)]);
CROSSREFS
Sequence in context: A146470 A296935 A106987 * A321510 A084198 A036061
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Mar 22 2021
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 December 8 08:52 EST 2023. Contains 367663 sequences. (Running on oeis4.)