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!)
A281258 Digital root of n*(n+1)*(n+2)/2. 2
0, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9, 3, 3, 3, 6, 6, 6, 9, 9, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also zero together with period 9: repeat [3, 3, 3, 6, 6, 6, 9, 9, 9].
Also the decimal expansion of 334001/1001001.
LINKS
FORMULA
a(n) = A010888(A027480(n)).
From Stefano Spezia, Aug 30 2022: (Start)
G.f.: 3*x*(1 + 2*x^3 + 3*x^6)/((1 - x)*(1 + x^3 + x^6)).
a(n) = a(n-1) - a(n-3) + a(n-4) - a(n-6) + a(n-7) for n > 7. (End)
MATHEMATICA
PadRight[{0}, 120, {9, 3, 3, 3, 6, 6, 6, 9, 9}] (* Harvey P. Dale, Mar 22 2018 *)
CROSSREFS
Sequence in context: A073080 A171601 A057944 * A080607 A013322 A211534
KEYWORD
nonn,base,easy
AUTHOR
Peter M. Chema, Jan 18 2017
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 3 08:06 EDT 2024. Contains 372206 sequences. (Running on oeis4.)