[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A105091 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A105091 Sum of the right diagonal in ordered 3 X 3 prime squares.
(history; published version)
#4 by N. J. A. Sloane at Tue Oct 01 17:58:10 EDT 2013
AUTHOR

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

Discussion
Tue Oct 01 17:58
OEIS Server: https://oeis.org/edit/global/1955
#3 by N. J. A. Sloane at Wed Dec 06 03:00:00 EST 2006
KEYWORD

easy,nonn,new

AUTHOR

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

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

An ordered 3 X 3 prime square is 9 consecutive primes arranged in a square of the form p(9n-8) p(9n-7) p(9n-6) p(9n-5) p(9n-4) p(9n-3) p(9n-2) p(9n-1) p(9n) n=1,, 2,.. , .. Right diagonal is p(9n-6 p(9n-4) p(9n-2)

KEYWORD

easy,nonn,new

#1 by N. J. A. Sloane at Sat Apr 09 03:00:00 EDT 2005
NAME

Sum of the right diagonal in ordered 3 X 3 prime squares.

DATA

33, 133, 253, 383, 537, 691, 829, 1003, 1169, 1333, 1495, 1703, 1855, 2015, 2217, 2417, 2589, 2781, 2977, 3143, 3313, 3537, 3725, 3899, 4157, 4349, 4511, 4713, 4871, 5113, 5317, 5563, 5747, 5987, 6183, 6377, 6607, 6827, 7025, 7187, 7391, 7673, 7927

OFFSET

1,1

FORMULA

An ordered 3 X 3 prime square is 9 consecutive primes arranged in a square of the form p(9n-8) p(9n-7) p(9n-6) p(9n-5) p(9n-4) p(9n-3) p(9n-2) p(9n-1) p(9n) n=1,2,.. Right diagonal is p(9n-6 p(9n-4) p(9n-2)

EXAMPLE

The first 3 X 3 prime square

2 3 5

7 11 13

17 19 23

sum of right diagonal = 5 + 11 + 17 = 33 the first entry.

PROG

(PARI) sum3x3right(n) = { local(x, j, s); forstep(x=0, n, 9, s=0; forstep(j=3, 7, 2, s += prime(x+j); ); print1(s", ") ) }

KEYWORD

easy,nonn,new

AUTHOR

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

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)