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!)
A015730 Numbers n such that tau(sigma(n))= tau(tau(n)). 1
1, 2, 4, 9, 16, 18, 25, 50, 64, 144, 289, 576, 578, 729, 1458, 1600, 1681, 2401, 2916, 3362, 3481, 3600, 4096, 4624, 4802, 5041, 6962, 7921, 9604, 10082, 10201, 11664, 15625, 15842, 17161, 18225, 18496, 20402, 21609, 24400, 26896, 27889 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[ If[ DivisorSigma[ 0, DivisorSigma[ 0, n ] ] == DivisorSigma[ 0, DivisorSigma[ 1, n ] ], Print[ n ] ], {n, 1, 50000} ]
PROG
(PARI) isok(n) = numdiv(sigma(n)) == numdiv(numdiv(n)); \\ Michel Marcus, Aug 12 2017
CROSSREFS
Sequence in context: A230868 A014290 A337343 * A073858 A006474 A110878
KEYWORD
nonn,easy
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)