Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089987
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089987 Primes in the concatenation of consecutive numbers beginning with 2. +0
1
2, 23, 23456789, 23456789101112131415161718192021222324252627 (list; graph; listen)
OFFSET

0,1

COMMENT

Sum of reciprocals = 0.5434783035011462065880780409..

PROGRAM

(PARI) concatprime(n, p) = { sr=0; y=""; for(x=p, n, y=concat(Str(y), Str(x)); z=eval(y); if(ispseudoprime(z), print1(z", "); sr+=1./z; ); ); print(); print(sr) }

CROSSREFS

Sequence in context: A114256 A110714 A067837 this_sequence A162605 A118812 A054909

Adjacent sequences: A089984 A089985 A089986 this_sequence A089988 A089989 A089990

KEYWORD

nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 14 2004

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 11 00:12 EST 2010. Contains 173097 sequences.


AT&T Labs Research