Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A028389
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A028389 n->5n+1 if n odd, n/2 if n even. +0
1
7, 36, 18, 9, 46, 23, 116, 58, 29, 146, 73, 366, 183, 916, 458, 229, 1146, 573, 2866, 1433, 7166, 3583, 17916, 8958, 4479, 22396, 11198, 5599, 27996, 13998, 6999, 34996, 17498, 8749, 43746, 21873, 109366, 54683 (list; graph; listen)
OFFSET

0,1

MAPLE

f := proc(n) option remember; if n = 0 then 7 elif f(n-1) mod 2 = 0 then f(n-1)/2 else 5*f(n-1)+1; fi; end;

CROSSREFS

Sequence in context: A096686 A073109 A078235 this_sequence A041603 A018199 A063168

Adjacent sequences: A028386 A028387 A028388 this_sequence A028390 A028391 A028392

KEYWORD

nonn

AUTHOR

njas, Dean Hickerson (dean(AT)ucdmath.ucdavis.edu)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 02:12 EDT 2008. Contains 142294 sequences.


AT&T Labs Research