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!)
A115557 Squares in A076361. 4
1, 49, 121, 169, 361, 529, 841, 961, 1849, 2209, 2809, 5329, 6889, 9409, 10609, 12769, 16129, 24649, 32041, 38809, 39601, 49729, 51529, 54289, 57121, 58081, 63001, 66049, 73441, 78961, 96721, 99856, 100489, 110889, 124609, 151321, 160801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
The commutator [sigma, tau] is zero, that is, A076360(x) = 0 and x is a square.
EXAMPLE
The special squared prime 121 is a term because it is a square and sigma(tau(121)) = sigma(3) = 4 = tau(sigma(121)) = tau(1 + 11 + 121) = tau(133) = 4.
The first solution with composite square root is 316^2 = 99856: tau(99856) = 15, sigma(15) = 24 or sigma(99856) = 195951 = 3*7*7*31*43, tau(195951) = 24.
MATHEMATICA
ds = DivisorSigma; Select[Range[1000]^2, ds[0, ds[1, #]] == ds[1, ds[0, #]] &] (* Giovanni Resta, Apr 29 2017 *)
PROG
(PARI) isok(n) = issquare(n) && (sigma(numdiv(n)) == numdiv(sigma(n))); \\ Michel Marcus, Dec 20 2013
CROSSREFS
Sequence in context: A338499 A227863 A339131 * A167718 A080665 A130007
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 25 2006
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 May 7 04:18 EDT 2024. Contains 372300 sequences. (Running on oeis4.)