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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062503 Squarefree numbers squared. 3
1, 4, 9, 25, 36, 49, 100, 121, 169, 196, 225, 289, 361, 441, 484, 529, 676, 841, 900, 961, 1089, 1156, 1225, 1369, 1444, 1521, 1681, 1764, 1849, 2116, 2209, 2601, 2809, 3025, 3249, 3364, 3481, 3721, 3844, 4225, 4356, 4489, 4761, 4900, 5041, 5329, 5476 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Also, except for the initial term, numbers whose prime factors are squared. - Cino Hilliard (hillcino368(AT)gmail.com), Jan 25 2006

LINKS

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

FORMULA

n such that sumdiv(n, d, mu(d)*mu(n/d)) = 1 - Benoit Cloitre, Mar 03 2004

MATHEMATICA

Select[Range[100], SquareFreeQ]^2

PROG

(PARI) je=[]; for(n=1, 200, if(issquarefree(n), je=concat(je, n^2), )); je

(PARI) { n=0; for (m=1, 10^5, if(issquarefree(m), write("b062503.txt", n++, " ", m^2); if (n==1000, break)) ) } [From Harry J. Smith, Aug 08 2009]

CROSSREFS

Cf. A005117.

Sequence in context: A030140 A153158 A111245 * A063577 A087058 A046659

Adjacent sequences:  A062500 A062501 A062502 * A062504 A062505 A062506

KEYWORD

nonn

AUTHOR

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

STATUS

approved

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 May 23 00:23 EDT 2013. Contains 225585 sequences.