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!)
A063463 Squarefree numbers arising in A024110. 1
-431, -255583, -35570638, -91171007, 2486784401, 29023111918, 22856131408177, 1852951469375105, 1350851394985294310, 12157664947056928801, 984770900976342015089, 8862938117851348434466, 6461081889221243795253265, 523347633027349958757558113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) for(n=1, 30, if(issquarefree(9^n-n^9), print1(9^n-n^9, ", ")))
(PARI) { n=-1; for (m=1, 10^9, if (issquarefree(a=9^m - m^9), write("b063463.txt", n++, " ", a); if (n==40, break)) ) } \\ Harry J. Smith, Aug 22 2009
CROSSREFS
Cf. A024110.
Sequence in context: A210349 A048961 A301645 * A175026 A205192 A066419
KEYWORD
easy,sign
AUTHOR
Jason Earls, Jul 26 2001
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)