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!)
A303269 Sum of squares of odd digits minus sum of squares of even digits of n. 2
0, 1, -4, 9, -16, 25, -36, 49, -64, 81, 1, 2, -3, 10, -15, 26, -35, 50, -63, 82, -4, -3, -8, 5, -20, 21, -40, 45, -68, 77, 9, 10, 5, 18, -7, 34, -27, 58, -55, 90, -16, -15, -20, -7, -32, 9, -52, 33, -80, 65, 25, 26, 21, 34, 9, 50, -11, 74, -39, 106, -36, -35, -40, -27 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Up to 10^4, resp. 10^5, there are 5824, resp. 59316, positive terms. All terms from a(1) to a(11111) are nonzero: see A076164 for indices of zeros.
LINKS
PROG
(PARI) A303269(n)=-vecsum(apply(d->d^2*(-1)^d, digits(n)))
CROSSREFS
Sequence in context: A257587 A257588 A352598 * A003132 A062331 A069940
KEYWORD
sign,base
AUTHOR
M. F. Hasler, May 18 2018
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 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)