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!)
A259729 Sum of digits of a(n) equals the sum of digits of 5*a(n). 3
0, 9, 18, 27, 36, 45, 54, 63, 72, 81, 90, 99, 108, 126, 144, 162, 180, 189, 198, 207, 216, 225, 234, 243, 252, 261, 270, 279, 297, 306, 324, 342, 360, 369, 378, 387, 396, 405, 414, 423, 432, 441, 450, 459, 477, 495, 504, 522, 540, 549, 558, 567, 576, 585, 594 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A007953(a(n)) = A007953(5*a(n)).
a(n) is a multiple of 9, but not all multiples of 9 belong to the sequence: 117 = 13*9: A007953(117) = 1 + 1 + 7 = 9, but A007953(5*117) = A007953(585) = 5 + 8 + 5 = 18.
LINKS
EXAMPLE
18 belongs to the sequence, because A007953(18) = 9 = A007953(90) = A007953(5*18).
MATHEMATICA
Select[Range[0, 600], Total@ IntegerDigits@ # == Total@ IntegerDigits[5 #] &] (* Michael De Vlieger, Aug 05 2015 *)
PROG
(Magma) [n: n in [0..800] | &+Intseq(n) eq &+Intseq(5*n)]; // Vincenzo Librandi, Aug 05 2015
CROSSREFS
Sequence in context: A072830 A008591 A070279 * A016096 A335978 A070793
KEYWORD
nonn,base
AUTHOR
Christina Steffan, Jul 05 2015
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)