The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A180465 Squares which are a sum of consecutive squares starting with 38^2. 1
1444, 20449, 281961, 14212900, 107827456, 564343507984 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is complete. See A180442 and A184763.
LINKS
PROG
(PARI)for(n=38, 9999999, t=n*(n+1)*(2*n+1)/6-17575; if(issquare(t), print1(t, ", ")))
CROSSREFS
Sequence in context: A348740 A368191 A298222 * A328886 A031754 A031536
KEYWORD
nonn,easy,fini,full
AUTHOR
Zhining Yang, Jan 19 2011
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 13 06:37 EDT 2024. Contains 372498 sequences. (Running on oeis4.)