Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A077323
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A077323 Final terms of rows of A077321. +0
5
2, 5, 19, 41, 101, 103, 337, 353, 433, 461, 991, 673, 1301, 1163, 1801, 1873, 3061, 2053, 4219, 3121, 4159, 3301, 5659, 4153, 6151, 5981, 8263, 6329, 10267, 6361, 14323, 9697, 11287, 10303, 14281, 10729, 19759, 14593, 17863, 15761, 22961, 14407 (list; graph; listen)
OFFSET

1,1

MAPLE

A077323 := proc(nmax) local n, a, T, i, p ; T := [] ; a := [] ; n :=1 ; while nops(a) < nmax do for i from 1 to n do p := 2 ; while ( p in T ) or (p-1) mod n <> 0 do p := nextprime(p) ; od ; T := [op(T), p] ; if i = n then a := [op(a), p] ; fi ; od ; n := n+1 ; od ; RETURN(a) ; end: A077323(50) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2007

CROSSREFS

Cf. A077321, A077322, A077324, A077325.

Sequence in context: A105889 A086085 A138250 this_sequence A072468 A062666 A047116

Adjacent sequences: A077320 A077321 A077322 this_sequence A077324 A077325 A077326

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 04 2002

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2007

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research