Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105100
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105100 Sum of ordered 3 prime sided prime triangles. +0
2
41, 156, 304, 462, 630, 834, 1020, 1214, 1420, 1618, 1824, 2076, 2288, 2514, 2712, 2926, 3198, 3460, 3656, 3874, 4086, 4370, 4598, 4888, 5100, 5346, 5626, 5886, 6126, 6332, 6580, 6836, 7146, 7386, 7678, 7848, 8208, 8560, 8762, 8962, 9258, 9498, 9696 (list; graph; listen)
OFFSET

1,1

COMMENT

An ordered 3 prime sided prime triangle is 6 consecutive primes arranged in an equilateral triangle of the form

...........p(6n-5)

.....p(6n-4).....p(6n-3)

.p(6n-2)...p(6n-1)......p(6n)

EXAMPLE

The first 3 prime sided prime triangle

2

3 5

7 11 13

adds up to 41, the first entry.

PROGRAM

(PARI) sumtri3x3(n) = { local(x, j, s); forstep(x=1, n, 6, s = prime(x)+prime(x+1)+prime(x+2)+prime(x+3)+prime(x+4)+prime(x+5); print1(s", ") ) }

CROSSREFS

Sequence in context: A108016 A142630 A082252 this_sequence A141988 A158602 A142839

Adjacent sequences: A105097 A105098 A105099 this_sequence A105101 A105102 A105103

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Apr 07 2005

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research