Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082555
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082555 Primes whose base 3 representation does not contain a 0. +0
1
2, 5, 7, 13, 17, 23, 41, 43, 53, 67, 71, 79, 131, 149, 151, 157, 211, 229, 233, 239, 241, 367, 373, 401, 449, 457, 607, 617, 619, 643, 647, 691, 701, 719, 727, 1093, 1097, 1103, 1123, 1129, 1187, 1201, 1213, 1367, 1373, 1427, 1429, 1447, 1453, 1823, 1831, 1861 (list; graph; listen)
OFFSET

1,1

EXAMPLE

41 = 1112 (base 3), which contains no 0.

PROGRAM

(PARI) dec3(s)=while(s>0, if(s%3==0, return(0), s=floor(s/3))); return(1) forprime(i=1, 20000, if(dec3(i)==1, print1(i, ", "), ))

CROSSREFS

Sequence in context: A023204 A045352 A107426 this_sequence A092059 A023229 A045353

Adjacent sequences: A082552 A082553 A082554 this_sequence A082556 A082557 A082558

KEYWORD

base,nonn

AUTHOR

Randy L. Ekl (Randy.Ekl(AT)Motorola.com), May 03 2003

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research