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.

Showing 1-1 of 1 results.

A376545 Least prime factor of A252043(n) for n > 1 with a(1) = 1.

Original entry on oeis.org

1, 2, 3, 2, 3, 2, 127, 2, 3, 1234567891, 2, 9091, 3, 12345678910111, 2, 17, 113, 7, 2, 19, 3, 7, 2, 123456789101112131415161, 3, 13, 2, 17, 13, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 5, 2, 2, 2, 3, 2, 2, 2, 3, 3, 2, 3, 29, 547, 2, 3, 3, 3, 2, 31, 3, 3, 2, 3, 71, 7
Offset: 1

Views

Author

Jean-Marc Rebert, Sep 27 2024

Keywords

Examples

			A252043(3) = 123 = 3 * 41, so a(3) = 3.
		

Crossrefs

Programs

  • PARI
    a(n) = my(list=List(), k=1); while(#listMichel Marcus, Sep 29 2024

Formula

a(n) = A020639(A252043(n)).
Showing 1-1 of 1 results.