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.

A160669 Smallest prime divisor of A160668(n).

Original entry on oeis.org

2, 7, 5, 3, 89, 3, 83, 3, 7, 71, 3, 3, 59, 3, 53, 47, 41, 3, 3, 29, 3, 3, 17, 11, 3, 29, 3, 19, 3, 587, 3, 11, 863, 3, 23, 3, 3, 3, 7, 827, 821, 3, 809, 3, 11, 3, 3, 3, 773, 3, 13, 761, 3, 7, 743, 11, 17, 3, 3, 719, 3, 7, 3, 13, 3, 683, 3, 3, 653, 3, 647, 641, 3, 3, 3, 617, 13, 3, 599
Offset: 1

Views

Author

Enoch Haga, May 23 2009

Keywords

Examples

			a(1)=2 because in A160668 a(1)=8, so the first prime divisor is 2.
		

Crossrefs

Programs

  • UBASIC
    10 'recipseq, Enoch Haga, May 22 2009 20 N=3:print N:C=2 30 A=3:S=sqrt(N) 40 B=N/A 50 if A*B=int(N) then 70 60 A=A+2:if A