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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075884 Image of n at the second step of the 3x+1 algorithm. 1
2, 4, 5, 1, 8, 10, 11, 2, 14, 16, 17, 3, 20, 22, 23, 4, 26, 28, 29, 5, 32, 34, 35, 6, 38, 40, 41, 7, 44, 46, 47, 8, 50, 52, 53, 9, 56, 58, 59, 10, 62, 64, 65, 11, 68, 70, 71, 12, 74, 76, 77, 13, 80, 82, 83, 14, 86, 88, 89, 15, 92, 94, 95, 16, 98, 100, 101, 17, 104, 106, 107 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also known as the Collatz Problem, Syracuse Algorithm or Hailstone Problem. Let syr(m,n) be the image of n at the m-th step. for m=2, k>=0 we get: syr(2,4k)=k, syr(2,4k+1)=6k+2, syr(2,4k+2)=6k+4, syr(2,4k+3)=6k+5

REFERENCES

David Wells, Penguin Dictionary of Curious and Interesting Numbers

LINKS

Eric Weisstein's World of Mathematics, The Syracuse Algorithm

Eric Weisstein's World of Mathematics, The Syracuse Algorithm at Mathworld

FORMULA

G.f.: (x^7+2x^6+4x^5+x^4+5x^3+4x^2+2x)/((1-x^4)^2)

a(n)=(6n+(55n+4)*m-6(5n-2)*m^2+(5n-4)*m^3)/24, m=(n mod 4) (Zak Seidov, Sep 14 2006)

EXAMPLE

1->4->2, 2->1->4, 3->10->5, 4->2->1, ...

CROSSREFS

Cf. A006370 (the sequence at step 1), A076536 (at step 3).

Sequence in context: A036501 A167380 A196548 * A030750 A059215 A125142

Adjacent sequences:  A075881 A075882 A075883 * A075885 A075886 A075887

KEYWORD

easy,nonn

AUTHOR

Bruce Corrigan (scentman(AT)myfamily.com), Oct 16 2002

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 February 14 20:38 EST 2012. Contains 205663 sequences.