login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082530
a(1)=1, a(n)=5*a(n-1)+1 if a(n-1) is odd, a(n)=a(n-1)/2+1 otherwise.
0
1, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10, 6, 4, 3, 16, 9, 46, 24
OFFSET
1,2
COMMENTS
Starting with a(1)=1 up to 60 sequence becomes periodic except perhaps for a(1)=17,23,32,35,41,44,53,55,59.
FORMULA
For n>=2 sequence is 12-periodic with period (6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10).
MATHEMATICA
Join[{1}, LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {6, 4, 3, 16, 9, 46, 24, 13, 66, 34, 18, 10}, 79]] (* Ray Chandler, Aug 26 2015 *)
CROSSREFS
Sequence in context: A112148 A007258 A045488 * A099404 A095156 A198550
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 30 2003
STATUS
approved