Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067928
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067928 Numbers n such that the digits of the n-th prime begin with n. +0
1
6455, 6456, 6457, 6459, 6460, 6466 (list; graph; listen)
OFFSET

1,1

COMMENT

Prime(6466) is 64661, which begins with 6466, so 6466 is a term of the sequence.

The next term is greater than 4*10^41. - Robert Gerbicz (gerbicz(AT)freemail.hu), Sep 05 2002

MATHEMATICA

(*returns true if a begins with b, false o.w.*) f[a_, b_] := Module[{c, d, e, g, h, i, r}, r = False; c = ToString[a]; d = ToString[b]; g = StringPosition[c, d]; h = Length[g]; If[h > 0, i = g[[h]]; If[i[[1]] == 1, r = True]]; r]; Do[If[f[Prime[n], n], Print[n]], {n, 1, 10^5} ]

CROSSREFS

Sequence in context: A025040 A074978 A105377 this_sequence A087351 A104343 A104242

Adjacent sequences: A067925 A067926 A067927 this_sequence A067929 A067930 A067931

KEYWORD

base,more,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research