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!)
A180593 Digital root of 3n. 7
0, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6, 9, 3, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Decimal expansion of 41/1110. - Enrique Pérez Herrero, Nov 13 2021
LINKS
FORMULA
a(n+1) = 3*A010882(n). - Reinhard Zumkeller, Oct 25 2010
G.f.: (-3*(1 + 2*x + 3*x^2))/(-1 + x^3) for n>0. - Alexander R. Povolotsky, Jun 13 2012
a(n) = A010888(A002277(n)). - Enrique Pérez Herrero, Nov 24 2022
a(n) = A010888(A008585(n)). - Michel Marcus, Nov 24 2022
MATHEMATICA
digitalRoot[n_Integer?Positive] := FixedPoint[Plus@@IntegerDigits[#]&, n]; Table[If[n==0, 0, digitalRoot[3*n]], {n, 0, 200}] (* Vladimir Joseph Stephan Orlovsky, May 02 2011 *)
LinearRecurrence[{0, 0, 1}, {0, 3, 6, 9}, 120] (* Harvey P. Dale, Sep 03 2020 *)
CROSSREFS
Cf. A008585 (3*n), A010888 (digital root), A002277.
Sequence in context: A099679 A013663 A245223 * A271742 A195771 A086276
KEYWORD
nonn,base,easy
AUTHOR
Odimar Fabeny, Sep 10 2010
EXTENSIONS
Edited by N. J. A. Sloane, Sep 23 2010
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 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)