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!)
A046950 Square elements of A046949. 0
1, 25, 49, 169, 625, 1369, 3025, 7921, 18769, 37249, 208849, 3485689, 4950625, 7756225, 225150025, 48195616225, 264353307409, 453673643809, 1278932548201, 5225490897028249, 6290436331177441, 16712972707067569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Join[{1}, Table[ 24*Sum[ d*Mod[d, 2], {d, Divisors[n]}], {n, 1, 10^6}]] // Accumulate // Select[#, IntegerQ[Sqrt[#]] &] & (* Jean-François Alcover, Jul 02 2013 *)
PROG
(PARI) B=1; print1(B, ", "); for (n=1, 200000, t1=divisors(2*n); t2=0; for (i=1, length(t1), if( t1[ i ]%4 <> 0, t2=t2+t1[ i ])); B=B+8*t2; if (issquare(B), print1(B, ", ")))
CROSSREFS
Sequence in context: A137659 A020325 A108604 * A146641 A171590 A322434
KEYWORD
nonn,nice,more
AUTHOR
EXTENSIONS
a(17)-a(18) from Jason Earls, Jul 21 2001
a(19)-a(21) from Sean A. Irvine, May 07 2021
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)