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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080830 Primes that terminate at 68,34,17 in the 3x-1 problem: Repeat, if x is even divide by 2 else multiply by 3 and subtract 1, until 17 is reached. 0
17, 23, 31, 37, 41, 61, 67, 73, 83, 109, 131, 163, 179, 197, 229, 233, 239, 257, 263, 277, 293, 311, 313, 331, 337, 349, 389, 439, 443, 449, 457, 467, 491, 521, 523, 557, 577, 587, 599, 641, 659, 661, 673, 677, 701, 739, 743, 757, 761, 769, 773, 787, 829, 877 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) px3nm1(n, p) = { forprime(x=2, n, p1 = x; while(p1>1, if(p1%2==0, p1/=2, p1 = p1*p-1; ); if(p1 == 5 || p1==17, break); ); if(p1 == 17, print1(x" ")) ) }

CROSSREFS

Sequence in context: A166864 A137670 A145484 * A165566 A072184 A107644

Adjacent sequences:  A080827 A080828 A080829 * A080831 A080832 A080833

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Mar 27 2003

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 15 05:45 EST 2012. Contains 205694 sequences.