Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A053827
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A053827 Sum of digits of n written in base 6. +0
5
0, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 6, 2, 3, 4, 5, 6, 7, 3, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8, 9, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 2, 3, 4, 5, 6, 7, 3, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8, 9, 5, 6, 7, 8, 9, 10, 6, 7, 8, 9, 10, 11, 2, 3, 4, 5, 6, 7, 3, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8, 9, 5, 6, 7, 8, 9, 10, 6, 7, 8, 9, 10 (list; graph; listen)
OFFSET

0,3

COMMENT

Also the fixed point of the morphism 0->{0,1,2,3,4,5}, 1->{1,2,3,4,5,6}, 2->{2,3,4,5,6,7}, etc. - Robert G. Wilson v Jul 27 2006.

a(n) = A138530(n,6) for n > 5. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Mar 26 2008

LINKS

Eric Weisstein's World of Mathematics, Digit Sum

FORMULA

a(0)=0, a(6n+i)=a(n)+i 0<=i<=5; a(n)=n-5*(sum(k>0, floor(n/6^k))=n-5*A054895(n). - Benoit Cloitre, Dec 19, 2002

EXAMPLE

a(20)=3+2=5 because 20 is written as 32 base 6

MATHEMATICA

Table[Plus @@ IntegerDigits[n, 6], {n, 0, 100}] (* or *)

Nest[ Flatten[ #1 /. a_Integer -> Table[a + i, {i, 0, 5}]] &, {0}, 4] (* Robert G. Wilson v Jul 27 2006 *)

PROGRAM

(PARI) a(n)=if(n<1, 0, if(n%6, a(n-1)+1, a(n/6)))

CROSSREFS

Cf. A000120, A007953.

Sequence in context: A010884 A105932 A106652 this_sequence A033926 A050269 A097151

Adjacent sequences: A053824 A053825 A053826 this_sequence A053828 A053829 A053830

KEYWORD

base,nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Mar 28 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research