login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118862 Start with 1 and repeatedly place the first digit at the end of the number and add 15. 0
1, 16, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82, 43, 49, 109, 106, 76, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 2 steps the sequence enters a cycle of length 6.
LINKS
FORMULA
a(n) = a(n-6) for n>8. - Colin Barker, Oct 02 2014
G.f.: -x*(90*x^7+108*x^6+49*x^5+43*x^4+82*x^3+76*x^2+16*x+1) / ((x-1)*(x+1)*(x^2-x+1)*(x^2+x+1)). - Colin Barker, Oct 02 2014
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+15&, 1, 70] (* or *) PadRight[ {1, 16}, 70, {109, 106, 76, 82, 43, 49}] (* Harvey P. Dale, Sep 20 2014 *)
PROG
(PARI) Vec((90*x^7+108*x^6+49*x^5+43*x^4+82*x^3+76*x^2+16*x+1)/(-x^6+1) + O(x^100)) \\ Colin Barker, Oct 02 2014
CROSSREFS
Sequence in context: A244835 A189949 A103111 * A118532 A253691 A300919
KEYWORD
base,nonn,easy
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 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 December 4 01:39 EST 2023. Contains 367541 sequences. (Running on oeis4.)