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!)
A276190 Sum of the squares of the digits of the base-4 representation of n. 2
0, 1, 4, 9, 1, 2, 5, 10, 4, 5, 8, 13, 9, 10, 13, 18, 1, 2, 5, 10, 2, 3, 6, 11, 5, 6, 9, 14, 10, 11, 14, 19, 4, 5, 8, 13, 5, 6, 9, 14, 8, 9, 12, 17, 13, 14, 17, 22, 9, 10, 13, 18, 10, 11, 14, 19, 13, 14, 17, 22, 18, 19, 22, 27, 1, 2, 5, 10, 2, 3, 6, 11, 5, 6, 9, 14, 10, 11, 14, 19, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
A276190 := proc(n)
local d ;
add(d^2, d= convert(n, base, 4) );
end proc:
MATHEMATICA
Table[Total[IntegerDigits[n, 4]^2 ], {n, 0, 80}] (* Harvey P. Dale, Jun 26 2022 *)
CROSSREFS
Cf. A000120 (base 2), A006287 (base 3), A276191 (base 5).
Sequence in context: A245238 A011238 A002993 * A011290 A196502 A129971
KEYWORD
nonn,base,easy
AUTHOR
R. J. Mathar, Aug 24 2016
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)