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!)
A243455 Numbers n such that (n, sigma(n), tau(n)) lies on a sphere with integral radius centered at the origin, i.e., n^2 + sigma(n)^2 + tau(n)^2 is a square. 0
6, 61, 2089, 3606, 18585, 28710, 70981, 121374, 176529, 520320, 970783, 62788800, 114682878, 144653952, 174635334, 182054895, 3857228169, 4349012190, 15994971740, 17587660602, 22842677823, 65183331200, 66928439760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(17) > 3*10^9. - Jinyuan Wang, Jul 09 2019
a(24) > 10^12, if it exists. - Giovanni Resta, Jul 17 2019
LINKS
EXAMPLE
6^2 + tau(6)^2 + sigma(6)^2 = 36 + 16 + 144 = 196 = 14^2. So 6 is in the sequence.
PROG
(PARI) isok(n) = issquare(n^2 + numdiv(n)^2 + sigma(n)^2);
CROSSREFS
Cf. A000005 (tau), A000203 (sigma), A066764 (analog in 2d).
Sequence in context: A144343 A022517 A275221 * A271965 A271683 A271966
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Jun 05 2014
EXTENSIONS
a(13)-a(16) from Jinyuan Wang, Jul 09 2019
a(17)-a(23) from Giovanni Resta, Jul 17 2019
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 1 09:02 EDT 2024. Contains 372163 sequences. (Running on oeis4.)