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!)
A050453 Sum_{d|n, d=3 mod 4} d^2. 4
0, 0, 9, 0, 0, 9, 49, 0, 9, 0, 121, 9, 0, 49, 234, 0, 0, 9, 361, 0, 58, 121, 529, 9, 0, 0, 738, 49, 0, 234, 961, 0, 130, 0, 1274, 9, 0, 361, 1530, 0, 0, 58, 1849, 121, 234, 529, 2209, 9, 49, 0, 2610, 0, 0, 738, 3146, 49, 370, 0, 3481, 234, 0, 961, 4027 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(Haskell)
a050453 = sum . map (^ 2) . filter ((== 3) . (`mod` 4)) . a027750_row
-- Reinhard Zumkeller, Jun 17 2013
CROSSREFS
Sequence in context: A230068 A176908 A005083 * A338017 A341808 A340946
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 23 1999
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 17 00:45 EDT 2024. Contains 372555 sequences. (Running on oeis4.)