login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062320 Non squarefree numbers squared. A013929(n)^2. 1
16, 64, 81, 144, 256, 324, 400, 576, 625, 729, 784, 1024, 1296, 1600, 1936, 2025, 2304, 2401, 2500, 2704, 2916, 3136, 3600, 3969, 4096, 4624, 5184, 5625, 5776, 6400, 6561, 7056, 7744, 8100, 8464, 9216, 9604, 9801, 10000, 10816, 11664, 12544, 13456 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

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

PROG

(PARI) for(n=1, 55, if(issquarefree(n), n+1, print(n^2)))

(PARI) { n=-1; for (m=1, 10^9, if (!issquarefree(m), write("b062320.txt", n++, " ", m^2); if (n==1000, break)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 04 2009]

CROSSREFS

Cf. A013929.

Sequence in context: A090567 A118902 A092210 * A117453 A039370 A129588

Adjacent sequences:  A062317 A062318 A062319 * A062321 A062322 A062323

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Jul 11 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 17 13:06 EST 2012. Contains 206025 sequences.