[go: up one dir, main page]

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!)
A342823 Primes p such that A001414(p+1) = A001414(p-1) - 1. 2
29, 127, 449, 571, 727, 1721, 4027, 11969, 16987, 18913, 26449, 37139, 43609, 48871, 48953, 63799, 64781, 114479, 180847, 220021, 400031, 400597, 476911, 607549, 679969, 705883, 706841, 770059, 776449, 807539, 912367, 932177, 964793, 1007959, 1052237, 1095851, 1356227, 1444567, 1573339, 1664633 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 449 is a term because it is prime and A001414(450) = 18 = A001414(448) - 1.
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: A264672 A157145 A142438 * A118097 A188764 A048636
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 August 29 11:24 EDT 2024. Contains 375516 sequences. (Running on oeis4.)