Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069749
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A069749 Number of primes less than 10^n containing only the digits 2 and 3 (A020458). +0
1
2, 3, 5, 7, 11, 18, 31, 44, 83, 135, 239, 436, 818, 1436, 2773, 4695, 9244, 17022, 32948, 58158, 116040, 214188 (list; graph; listen)
OFFSET

1,1

COMMENT

a(22) / A006880(22) = 214188 / 201467286689315906290 =~ 10^-15. But out of the 2^22 candidates for primes, ~5% are.

MATHEMATICA

s = 0; Do[k = 0; While[k < 2^n, k++; If[p = FromDigits[ PadLeft[ IntegerDigits[k, 2], n] + 2]; PrimeQ[p], s++ ]]; Print[s], {n, 1, 22}]

CROSSREFS

Cf. A006880, A020458 & A036937.

Adjacent sequences: A069746 A069747 A069748 this_sequence A069750 A069751 A069752

Sequence in context: A038887 A067904 A018146 this_sequence A081889 A078139 A120628

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 22 2002

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 November 9 12:23 EST 2009. Contains 166233 sequences.


AT&T Labs Research