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!)
A171615 Numbers n with property that (n^2 + sum of the digits of n^2) is odd. 4
4, 6, 10, 11, 12, 13, 16, 18, 19, 23, 26, 27, 28, 30, 31, 32, 33, 34, 35, 38, 40, 41, 43, 44, 48, 50, 52, 55, 56, 57, 59, 60, 62, 64, 69, 70, 71, 75, 76, 81, 82, 85, 86, 90, 94, 95, 97, 98, 99, 100, 101, 102, 103, 106, 114, 116, 118, 120, 121, 122, 123, 126, 129, 131, 135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or, n's such that A171613(n) is odd.
LINKS
MATHEMATICA
Drop[Union@Table[If[OddQ[n^2+Total[IntegerDigits[n^2]]], n, 0], {n, 0, 200}], 1]
Select[Range[150], OddQ[#^2+Total[IntegerDigits[#^2]]]&] (* Harvey P. Dale, Feb 18 2015 *)
CROSSREFS
Sequence in context: A335032 A349132 A057670 * A141780 A185002 A110604
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 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)