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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062407 Sum_{k=1..n} sigma(k) is a square. 0
1, 4, 2304, 24964, 73441, 1560001, 132549169, 1626428241, 147805647025, 3518227981636, 120105730444176, 1760865925304929, 1455206977344160000, 23275351872778367961 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(15) > 2*10^21. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 17 2010]

PROG

(PARI) for(n=1, 3000, x=sum(k=1, n, sigma(k)); if(issquare(x), print(x), ))

(PARI) { n=0; for (m=1, 10^5, x=sum(k=1, m, sigma(k)); if (issquare(x), write("b062407.txt", n++, " ", x); if (n==8, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 07 2009]

CROSSREFS

Sequence in context: A172941 A180993 A192889 * A097476 A047676 A079187

Adjacent sequences:  A062404 A062405 A062406 * A062408 A062409 A062410

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 08 2001

EXTENSIONS

Terms a(7) and a(8) added by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 07 2009

a(9)-a(14) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 17 2010

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 17 10:05 EST 2012. Contains 206009 sequences.