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!)
A171614 Numbers n with property that (n^2 + sum of the digits of n^2) is even. 2
0, 1, 2, 3, 5, 7, 8, 9, 14, 15, 17, 20, 21, 22, 24, 25, 29, 36, 37, 39, 42, 45, 46, 47, 49, 51, 53, 54, 58, 61, 63, 65, 66, 67, 68, 72, 73, 74, 77, 78, 79, 80, 83, 84, 87, 88, 89, 91, 92, 93, 96, 104, 105, 107, 108, 109, 110, 111, 112, 113, 115, 117, 119, 124, 125, 127, 128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Or, n's such that A171613(n) is even.
LINKS
MATHEMATICA
Union@Table[If[EvenQ[n^2+Total[IntegerDigits[n^2]]], n, 0], {n, 0, 200}]
Select[Range[0, 200], EvenQ[#^2+Total[IntegerDigits[#^2]]]&] (* Harvey P. Dale, Apr 01 2019 *)
CROSSREFS
Sequence in context: A108345 A073629 A125716 * A029601 A290985 A182758
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Dec 13 2009
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 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)