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.

A160670 Duplicate of A145985.

Original entry on oeis.org

7, 5, 3, 89, 83, 71, 59, 53, 47, 41, 29, 17, 11, 3, 887, 863, 827, 821, 809, 773, 761, 743, 719, 683, 653, 647, 641, 617, 599, 569, 557, 521, 509, 491, 479, 443, 431, 401, 383, 359, 353, 347, 317, 281, 257, 239, 227, 191, 179, 173, 137, 113, 89, 71, 59, 53, 47, 29
Offset: 1

Views

Author

Enoch Haga, May 23 2009

Keywords

Comments

Previous name was: Primes in A160668 in order of appearance.

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