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.

A064392 Numbers in A064383 that are squarefree.

Original entry on oeis.org

1, 2, 5, 10, 13, 26, 37, 65, 74, 130, 185, 370, 463, 481, 926, 962, 2315, 2405, 4630, 4810, 6019, 12038, 17131, 30095, 34262, 60190, 85655, 171310, 222703
Offset: 1

Views

Author

Jason Earls, Sep 28 2001

Keywords

Programs

  • PARI
    for(n=1,10^6,x=sum(k=0,n,(-1)^k*k!); if(Mod(x,n)==0 && issquarefree(n),print(n)))

Extensions

a(17)-a(29) from Donovan Johnson, Nov 30 2008