Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062407
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062407 Sum_{k=1..n} sigma(k) is a square. +0
1
1, 4, 2304, 24964, 73441, 1560001, 132549169, 1626428241 (list; graph; listen)
OFFSET

1,2

PROGRAM

(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: A160300 A024060 A004815 this_sequence A097476 A047676 A079187

Adjacent sequences: A062404 A062405 A062406 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research