Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097446
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097446 Concatenate consecutive prime-sided isosceles triangles. +0
1
233, 355, 577, 71111, 111313, 131717, 171919, 192323, 232929, 293131, 313737, 374141, 414343, 434747, 475353, 535959, 596161, 616767, 677171, 717373, 737979, 798383, 838989, 899797, 97101101, 101103103, 103107107, 107109109, 109113113 (list; graph; listen)
OFFSET

2,1

FORMULA

Consider triangles with sides (2, 3, 3), (3, 5, 5), .., (x, y, y) where x is prime and y is the next prime after x. Concatenate these sides for output.

EXAMPLE

For side x = 7, y = 11 to get concatenate 71111.

PROGRAM

(PARI) f(n) = for(x=1, n, y=Str(prime(x)); y=concat(y, concat(Str(prime(x+1)), Str(prime (x+1)))); print1(y", "))

CROSSREFS

Adjacent sequences: A097443 A097444 A097445 this_sequence A097447 A097448 A097449

Sequence in context: A127340 A105981 A087862 this_sequence A097447 A023338 A108820

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 23 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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research