login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A343045
a(0) = 0 and for any n > 0, a(n) = A343044(a(n-1), n).
3
0, 1, 3, 3, 5, 5, 11, 11, 11, 11, 11, 11, 17, 17, 17, 17, 17, 17, 23, 23, 23, 23, 23, 23, 29, 29, 29, 29, 29, 29, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 89, 89, 89, 89, 89, 89, 89
OFFSET
0,3
COMMENTS
This sequence has similarities with A087052 and A343041.
If we remove duplicate terms, then we obtain A343048.
EXAMPLE
The first terms, in decimal and in primorial base, are:
n a(n) prim(n) prim(a(n))
-- ---- ------- ----------
0 0 0 0
1 1 1 1
2 3 10 11
3 3 11 11
4 5 20 21
5 5 21 21
6 11 100 121
7 11 101 121
8 11 110 121
9 11 111 121
10 11 120 121
11 11 121 121
12 17 200 221
13 17 201 221
14 17 210 221
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Apr 05 2021
STATUS
approved