login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136140 Length of the cycles in which finish the sequences a(k+1)=sopfr(n a(k)+1), with sopfr=A001414. 3
1, 1, 1, 6, 16, 5, 2, 23, 2, 4, 56, 17, 56, 2, 29, 22, 8, 8, 2, 29, 15, 4, 5, 72, 4, 11, 55, 56, 42, 83, 17, 43, 71, 14, 2, 4, 2, 5, 5, 49, 17, 40, 71, 48, 17, 68, 13, 16, 76, 115, 83, 22, 6, 125, 7, 19, 10, 9, 70, 1, 31, 36, 72, 3, 13, 28, 9, 18, 57, 63, 31, 34, 16, 225, 26, 53, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,4

LINKS

Table of n, a(n) for n=1..77.

MATHEMATICA

Lcycle = Function[ x, z = 1; pz = Position[x[[Range[z]]], x[[z + 1]]]; While[Length[pz] == 0, z++; pz = Position[ x[[Range[z]]], x[[z + 1]]]]; z - pz[[1, 1]] + 1]; sopfr = Function[x, Plus @@ Map[Times @@ # &, FactorInteger[x]]]; Table[tb = NestList[sopfr[n# + 1] &, 1, 350]; Lcycle[tb], {n, 1, 100}]

CROSSREFS

Cf. A136136, A136137, A136138, A136139.

Sequence in context: A068941 A225304 A107777 * A155834 A085452 A028286

Adjacent sequences:  A136137 A136138 A136139 * A136141 A136142 A136143

KEYWORD

nonn

AUTHOR

Carlos Alves (cjsalves(AT)gmail.com), Dec 16 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 19:51 EDT 2013. Contains 225568 sequences.