|
Search: id:A136136
|
|
|
| A136136 |
|
a(n+1)=sopfr(2a(n)+1), with sopfr=A001414. Finishes with 10 (fixed point). |
|
+0 6
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
The class of recurrence sequences a(n+1)=sopfr(C*a(n)+D) may finish with a fixed point or with a cycle.
|
|
FORMULA
|
a(n+1)=A001414(2*a(n)+1)
|
|
MATHEMATICA
|
sopfr = Function[x, Plus @@ Map[Times @@ # &, FactorInteger[x]]]; NestList[sopfr[2# + 1] &, 1, 10]
|
|
CROSSREFS
|
Cf. A001414.
Adjacent sequences: A136133 A136134 A136135 this_sequence A136137 A136138 A136139
Sequence in context: A076683 A045542 A031404 this_sequence A057548 A122227 A125570
|
|
KEYWORD
|
fini,nonn
|
|
AUTHOR
|
Carlos Alves (cjsalves(AT)gmail.com), Dec 16 2007
|
|
|
Search completed in 0.002 seconds
|