Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071620
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071620 Concatenation of first n entries (digits) of A007376 is prime. +0
1
10, 14, 24, 235, 2804 (list; graph; listen)
OFFSET

1,1

COMMENT

From a question from Lekraj Beedassy (blekraj(AT)yahoo.com), Jun 20 2002 in A072125.

If instead, we look for n's such that concatenation of first n positive integers of A033307 is prime, there are no n's <=1500.

MATHEMATICA

f[0] = 0; f[n_Integer] := 10^(Floor[Log[10, n]] + 1)*f[n - 1] + n; Do[ If[ PrimeQ[ FromDigits[ Take[ IntegerDigits[ f[n]], n]]], Print[n]], {n, 1, 3000}]

CROSSREFS

Cf. A007376 & A033307.

Sequence in context: A084278 A069207 A136197 this_sequence A053690 A031028 A115603

Adjacent sequences: A071617 A071618 A071619 this_sequence A071621 A071622 A071623

KEYWORD

hard,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 21 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