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!)
A349405 a(n) = A347113(A347313(n))+1. 2
95, 6, 15, 39, 14, 22, 119, 87, 57, 46, 123, 215, 159, 94, 93, 219, 74, 118, 122, 303, 142, 134, 327, 166, 695, 178, 395, 206, 214, 226, 447, 959, 262, 254, 543, 291, 302, 326, 334, 699, 346, 358, 382, 386, 394, 843, 1727, 879, 446, 454, 478, 482, 502, 8159, 514 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers generate primes in A347113.
Let s = A347113, j = s(i)+1, and k = s(i+1). For prime k, j is a squarefree semiprime pq, p < q.
The first 3 primes in s have k = p, while all others observed for i <= 2^19 have k = q.
LINKS
Michael De Vlieger, Extended table of n, a(n) for n = 1..23082 (all terms resulting from 2^19 terms of A347113)
Michael De Vlieger, Log-log scatterplot of A347113(n) n=1..256, indicating primes in green, labeling them with the value a(n) = A347113(n-1)+1. Red dots represent records A347307 in A347113, and blue represent local minima A347756 in A347113.
EXAMPLE
a(1) = s(6)+1 = 95 -> s(7) = 5,
a(2) = s(7)+1 = 6 -> s(8) = 2,
a(3) = s(10)+1 = 15, -> s(11) = 3,
a(4) = s(18)+1 = 39, -> s(19) = 13, etc.
MATHEMATICA
c[_] = 0; j = m = 2; m = {1}~Join~Reap[Do[If[IntegerQ@ Log2[i], While[c[m] > 0, m++]]; Set[k, m]; While[Or[c[k] > 0, k == j, GCD[j, k] == 1], k++]; Sow[k]; Set[c[k], i]; j = k + 1, {i, 530}]][[-1, -1]]; m[[Position[m, _?PrimeQ][[All, 1]] - 1]] + 1
CROSSREFS
Sequence in context: A127457 A337954 A281325 * A093007 A033415 A300007
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Nov 16 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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)