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!)
A343418 Primes that occur in A343416. 1
11, 29, 41, 61, 73, 97, 131, 137, 139, 149, 151, 157, 167, 179, 191, 211, 227, 229, 233, 241, 251, 283, 293, 307, 313, 331, 347, 373, 383, 389, 397, 401, 449, 463, 521, 577, 607, 631, 641, 647, 653, 661, 673, 677, 701, 709, 719, 727, 757, 769, 811, 821, 823, 829, 857, 859, 877, 887, 907, 919, 929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms are distinct and in numerical order, not the order they occur in A343416.
If p, 6*p-1 and 19*p+4 are prime, then 19*p+4 = A343416(6*p-1) is a term. Dickson's conjecture implies that there are infinitely many such terms.
LINKS
EXAMPLE
a(3) = 41 is a term because 41 = A343416(8) = A343416(10) and is prime.
MAPLE
spf:= proc(n) local t; add(t[1]*t[2], t=ifactors(n)[2]) end proc:
f:= proc(n) local a, b;
a:= spf(n);
b:= numtheory:-sigma(n);
a+b+spf(b)+numtheory:-sigma(a)
end proc:
S:= select(t -> t < 1000 and isprime(t), map(f, {$1..1000})):
sort(convert(S, list));
CROSSREFS
Cf. A343416.
Sequence in context: A240678 A087693 A106017 * A106065 A247089 A156110
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 14 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 May 9 02:58 EDT 2024. Contains 372341 sequences. (Running on oeis4.)