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!)
A036907 Square refactorable numbers. 4
1, 9, 36, 225, 441, 625, 1089, 1521, 2025, 2601, 3249, 3600, 4761, 5625, 6561, 7569, 8100, 8649, 10000, 12321, 15129, 16641, 19881, 22500, 25281, 26244, 28224, 31329, 32400, 33489, 35721, 40401, 45369, 47961, 50625, 56169, 62001, 71289, 84681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
S. Colton, Refactorable Numbers - A Machine Invention, J. Integer Sequences, Vol. 2, 1999, #2.
EXAMPLE
9 is refactorable because tau(9)=3 and 3 divides 9 and 9 is a square number.
MATHEMATICA
Select[Range[300]^2, Divisible[#, DivisorSigma[0, #]]&] (* Harvey P. Dale, Nov 21 2020 *)
PROG
(PARI) isok(n) = issquare(n) && ! (n % numdiv(n)); \\ Michel Marcus, Aug 31 2013
CROSSREFS
Sequence in context: A094973 A038780 A073984 * A027381 A335783 A024120
KEYWORD
nonn
AUTHOR
Simon Colton (simonco(AT)cs.york.ac.uk)
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)