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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133419 Image of n under one application of the "5x+1" map. 7
6, 1, 1, 2, 26, 3, 36, 4, 3, 5, 56, 6, 66, 7, 5, 8, 86, 9, 96, 10, 7, 11, 116, 12, 126, 13, 9, 14, 146, 15, 156, 16, 11, 17, 176, 18, 186, 19, 13, 20, 206, 21, 216, 22, 15, 23, 236, 24, 246, 25, 17, 26, 266, 27, 276, 28, 19, 29, 296, 30, 306, 31, 21, 32, 326, 33, 336, 34, 23, 35 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The 5x+1 map sends x to x/2 if x is even, x/3 if x is divisible by 3, otherwise 5x+1.

LINKS

Tomas Oliveira e Silva, The px+1 problem

Index entries for sequences related to 3x+1 (or Collatz) problem

MATHEMATICA

Table[If[EvenQ[n], n/2, If[Mod[n, 3] == 0, n/3, 5*n + 1]], {n, 1, 80}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 16 2008

CROSSREFS

Cf. A133420, ...

Sequence in context: A073354 A197420 A128423 * A010134 A019713 A155824

Adjacent sequences:  A133416 A133417 A133418 * A133420 A133421 A133422

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 27 2007

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 16 2008

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 23:53 EST 2012. Contains 205689 sequences.