OFFSET
1,1
COMMENTS
This is a sequence of "late comers" in A073734, that is, numbers with a primorial kernel.
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..46
EXAMPLE
Let s = A055932.
Table of n, s(n), and a(n) for n = 1..18:
n s(n) a(n)
--------------------
1 1 2
2 2 3
3 4 8
4 6 968
5 8 17
6 12 11068
7 16 3070
8 18 58836
9 24 50835
10 30 403831
11 32 20143
12 36 18829
13 48 868283
14 54 458530
15 60 245484
16 64 46660
17 72 199785
18 90 5653022
MATHEMATICA
(* First, load function f from A055932, then generate a064413 using code in the links at that sequence *)
a055932 = Union@ Flatten@ f[4];
a073734 = Table[GCD[a064413[[n]], a064413[[n + 1]]], {n, Length[a064413] - 1}];
TakeWhile[ Map[FirstPosition[a073734, #][[1]] &, a055932], IntegerQ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger and Scott R. Shannon, Mar 23 2025
STATUS
approved
