login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067465 Numbers n such that sigma(n^2+1) is a perfect square. 0
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; internal format)
OFFSET

1,2

PROG

(PARI) for(n=0, 500000, if(issquare(sigma(n^2+1)), print1(n, ", ")))

CROSSREFS

Sequence in context: A175109 A051878 A092653 * A166605 A054477 A169883

Adjacent sequences:  A067462 A067463 A067464 * A067466 A067467 A067468

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 23 2002

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 16 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:54 EST 2012. Contains 205536 sequences.