[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 A072469 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A072469 Right diagonal of triangle in A072467.
(history; published version)
#3 by N. J. A. Sloane at Thu Dec 05 19:55:20 EST 2013
AUTHOR

_Amarnath Murthy (amarnath_murthy(AT)yahoo.com), _, Jun 19 2002

Discussion
Thu Dec 05 19:55
OEIS Server: https://oeis.org/edit/global/2075
#2 by Russ Cox at Fri Mar 30 17:30:45 EDT 2012
EXTENSIONS

Edited by _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Jun 28 2002

Discussion
Fri Mar 30 17:30
OEIS Server: https://oeis.org/edit/global/156
#1 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

Right diagonal of triangle in A072467.

DATA

2, 3, 7, 29, 61, 157, 239, 521, 739, 1021, 1277, 2221, 2731, 3851, 4651, 5857, 7039, 9343, 10831, 14561, 15919, 18481, 20563, 25321, 27551, 32371, 35803, 40993, 44371, 53551, 55987, 66721, 72733, 80207, 87151, 97453, 101603, 116471, 123787

OFFSET

1,1

MATHEMATICA

a = {2}; k = 3; Do[i = 1; While[i < n + 1, If[ PrimeQ[k] && Mod[k, n] == 1, a = Append[a, k]; i++ ]; k++ ], {n, 2, 40}]; Table[ a[[n(n - 1)/2 + 1]], {n, 1, 40}]

CROSSREFS

Cf. A072467, A072468.

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 19 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 28 2002

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 31 03:10 EDT 2024. Contains 375550 sequences. (Running on oeis4.)