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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065585 Smallest prime beginning with exactly n 2's. 4
3, 2, 223, 2221, 22229, 2222203, 22222253, 22222223, 222222227, 22222222273, 22222222223, 2222222222243, 22222222222201, 22222222222229, 222222222222227, 222222222222222043, 222222222222222281 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Maximilian Hasler, Table of n, a(n) for n = 1..201

MATHEMATICA

Do[a = Table[2, {n}]; k = 0; While[b = FromDigits[ Join[a, IntegerDigits[k] ]]; First[ IntegerDigits[k]] == 2 || !PrimeQ[b], k++ ]; Print[b], {n, 1, 17} ]

CROSSREFS

Cf. A037057, A065584 - A065592.

Sequence in context: A152017 A076931 A076932 * A139737 A036113 A199261

Adjacent sequences:  A065582 A065583 A065584 * A065586 A065587 A065588

KEYWORD

nonn,base

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 28 2001

EXTENSIONS

Corrected by Don Reble, Jan 17 2007

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 16 21:48 EST 2012. Contains 205978 sequences.