login
A337202
a(n) = 2*A246277(A047802(n)).
2
12, 120, 19399380, 195534950863140268380, 1678409980907129617069656971232406858049983380, 1193774258350145889842491509271710921616406416330926349273223856572483463433620
OFFSET
0,1
COMMENTS
Question: Are there any duplicate terms, not necessarily consecutive? That is, are there two or more terms of A047802 that occur in the same column of array A246278?
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..13 (Prepared from the b-file of A047802 provided by Jeppe Stig Nielsen)
FORMULA
For all n >= 0, a(n) >= A336389(1+n).
PROG
(PARI)
A246277(n) = if(1==n, 0, my(f = factor(n), k = primepi(f[1, 1])-1); for (i=1, #f~, f[i, 1] = prime(primepi(f[i, 1])-k)); factorback(f)/2);
A337202(n) = 2*A246277(A047802(n));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 19 2020
STATUS
approved