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!)
A118733 Numbers n such that 3^n has even digit sum. 2
6, 7, 8, 12, 15, 19, 23, 24, 28, 29, 33, 37, 38, 40, 42, 43, 44, 46, 47, 49, 50, 54, 55, 56, 57, 58, 64, 67, 70, 71, 72, 75, 77, 82, 83, 84, 85, 88, 90, 93, 94, 95, 96, 97, 102, 104, 106, 107, 109, 110, 111, 112, 116, 120, 122, 125, 126, 129, 132, 135, 136, 138, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..63.

MATHEMATICA

Select[Range[140], Mod[ Plus @@ IntegerDigits[3^# ], 2] == 0 &] (* Ray Chandler, Jun 10 2006 *)

Select[Range[150], EvenQ[Total[IntegerDigits[3^#]]]&] (* Harvey P. Dale, Mar 12 2013 *)

CROSSREFS

Cf. A118730, A118734.

Sequence in context: A066235 A037365 A083340 * A328118 A047275 A047590

Adjacent sequences: A118730 A118731 A118732 * A118734 A118735 A118736

KEYWORD

base,nonn

AUTHOR

Zak Seidov, May 22 2006

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 March 27 17:48 EDT 2023. Contains 361575 sequences. (Running on oeis4.)