cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A337202 a(n) = 2*A246277(A047802(n)).

Original entry on oeis.org

12, 120, 19399380, 195534950863140268380, 1678409980907129617069656971232406858049983380, 1193774258350145889842491509271710921616406416330926349273223856572483463433620
Offset: 0

Views

Author

Antti Karttunen, Aug 19 2020

Keywords

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?

Crossrefs

Programs

  • 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));

Formula

For all n >= 0, a(n) >= A336389(1+n).