Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A077322
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A077322 Initial terms of rows of A077321. +0
5
2, 3, 7, 17, 11, 43, 113, 89, 109, 131, 23, 157, 53, 449, 571, 593, 647, 487, 761, 821, 1303, 1013, 47, 1033, 1451, 1613, 2539, 1373, 59, 1831, 2543, 1889, 3499, 3299, 2591, 2557, 149, 4637, 6163, 3761, 83, 4243, 173, 3917, 6571, 5843, 283, 4273, 5783, 6551 (list; graph; listen)
OFFSET

1,1

MAPLE

A077322 := 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 = 1 then a := [op(a), p] ; fi ; od ; n := n+1 ; od ; RETURN(a) ; end: A077322(50) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2007

CROSSREFS

Cf. A077321, A077323, A077324, A077325.

Sequence in context: A000278 A153787 A141795 this_sequence A160513 A154431 A089144

Adjacent sequences: A077319 A077320 A077321 this_sequence A077323 A077324 A077325

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

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


AT&T Labs Research