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!)
A067465 Numbers k such that sigma(k^2+1) is a perfect square. 1
0, 13, 64, 67, 189, 344, 900, 2499, 3028, 4253, 5257, 6277, 9075, 11516, 12544, 18739, 18925, 47018, 49011, 62355, 72981, 112061, 125011, 125653, 152765, 167820, 168317, 174724, 179040, 225492, 240597, 251568, 261163, 302128, 302812, 345283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[0, 400000], IntegerQ[Sqrt[DivisorSigma[1, #^2+1]]]&] (* Harvey P. Dale, May 14 2018 *)
PROG
(PARI) for(n=0, 500000, if(issquare(sigma(n^2+1)), print1(n, ", ")))
CROSSREFS
Sequence in context: A265038 A051878 A092653 * A166605 A054477 A169883
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 23 2002
EXTENSIONS
More terms from Rick L. Shepherd, Apr 16 2002
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:39 EDT 2024. Contains 372163 sequences. (Running on oeis4.)