login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064392 Numbers in A064383 that are squarefree. 0
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) for(n=1, 10^6, x=sum(k=0, n, (-1)^k*k!); if(Mod(x, n)==0 && issquarefree(n), print(n)))
CROSSREFS
Sequence in context: A103188 A281229 A185647 * A328700 A018296 A033316
KEYWORD
more,nonn
AUTHOR
Jason Earls, Sep 28 2001
EXTENSIONS
a(17)-a(29) from Donovan Johnson, Nov 30 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)