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.

A194945 Position of records in A034693.

Original entry on oeis.org

1, 3, 7, 17, 19, 59, 159, 227, 317, 361, 521, 1637, 1691, 1997, 2053, 3833, 5207, 21209, 62809, 152351, 170167, 424783, 860831, 1415551, 2679809, 4722079, 6238447, 7050811, 17886697, 27507569, 30581429, 57868997, 127813579, 154641337, 1101795593, 11907340427
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • PARI
    A034693(n)=my(k=n+1);while(!isprime(k),k+=n);(k-1)/n
    r=0;forstep(n=1,1e9,2,t=A034693(n);if(t>r,r=t;print1(n", ")))

Formula

A194944(n) = A034693(a(n)). - R. J. Mathar, May 05 2023

Extensions

Name corrected by Peter Munn, May 04 2023