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!)
A136197 Fixed points or cycle values for sequences of the form s(k+1)=sopfr(2s(k)+1), with sopfr=A001414 and any s(1). 3
10, 14, 24, 29, 59 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A136136 starts with s(1)=1 and ends in 10 as fixed point.
For s(1) from 1 to 10000 either (a) the sequence converges to 10, the fixed point; or (b) it cycles - between 14, 29, 59 and 24.
LINKS
EXAMPLE
s(1)=1; ... s(6)=12; s(7)=sopfr(2*12+1)=5+5=10; s(8)=sopfr(2*10+1)=3+7=10
s(1)=1 leads to 10 as fixed point.
s(1)=2; ... s(7)=24; s(8)=14; s(9)=29; s(10)=59; s(11)=24
s(1)=2 leads to the cycle (24 14 29 59).
MATHEMATICA
sopfr = Function[x, Plus @@ Map[Times @@ # &, FactorInteger[x]]]; Union[Table[NestList[sopfr[2# + 1] &, s0, 100][[ -1]], {s0, 1, 10000}]]
CROSSREFS
Cf. A136136.
Sequence in context: A286843 A069207 A168671 * A071620 A175664 A053690
KEYWORD
nonn
AUTHOR
Carlos Alves, Dec 20 2007
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)