[go: up one dir, main page]

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!)
A075488 Length of iteration list when Collatz-function is iterated with initial value -1+3^n. 7
2, 4, 11, 10, 97, 96, 33, 32, 44, 43, 135, 134, 133, 132, 100, 99, 191, 190, 140, 139, 262, 261, 428, 427, 395, 394, 331, 330, 391, 390, 389, 388, 462, 461, 460, 459, 458, 457, 456, 455, 454, 453, 501, 500, 499, 498, 497, 496, 495, 494, 493, 492, 747, 746 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n=3, -1+3^n = 26, list = {26,13,40,20,10,5,16,8,4,2,1}, a(3)=11.
LINKS
FORMULA
a(n) = A008908(3^n-1).
MATHEMATICA
lcoll[n_] := Length[NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]]; Table[lcoll[3^i - 1], {i, 54}] (* Jayanta Basu, Jun 15 2013 *)
CROSSREFS
Sequence in context: A124183 A218643 A300375 * A363702 A136995 A136993
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 26 2002
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 August 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)