login
A136139
a(n+1)=sopfr(5a(n)+1), with sopfr=A001414. Finishes with a cycle with length 16.
2
1, 5, 15, 23, 33, 85, 76, 130, 41, 105, 265, 35, 19, 13, 16, 12, 61, 25, 15
OFFSET
1,2
COMMENTS
In the class of recurrence sequences a(n+1)=sopfr(C*a(n)+D), with C=5, D=1. It finishes with a nontrivial cycle.
The cycle has 16 terms. - Harvey P. Dale, May 06 2012
FORMULA
a(n+1) = A001414(5*a(n)+1).
MATHEMATICA
NestList[Total[Flatten[PadRight[{}, Last[#], First[#]]&/@FactorInteger[ 5*#+1]]]&, 1, 20] (* Harvey P. Dale, Mar 06 2012 *)
CROSSREFS
KEYWORD
fini,nonn
AUTHOR
Carlos Alves, Dec 16 2007
STATUS
approved