login
This site is supported by donations 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; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,40

PROG

(PARI) for(n=1, 30, if(issquarefree(9^n-n^9), print(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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 22 2009]

CROSSREFS

Cf. A024110.

Sequence in context: A003548 A179173 A048961 * A175026 A205192 A066419

Adjacent sequences:  A063460 A063461 A063462 * A063464 A063465 A063466

KEYWORD

easy,sign

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 26 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:02 EST 2012. Contains 205811 sequences.