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!)
A072467 Triangle in which n-th row contains n primes == 1 mod (n) and the first term of a row is just greater than the last term of the previous row. 3
2, 3, 5, 7, 13, 19, 29, 37, 41, 53, 61, 71, 101, 131, 151, 157, 163, 181, 193, 199, 211, 239, 281, 337, 379, 421, 449, 463, 521, 569, 577, 593, 601, 617, 641, 673, 739, 757, 811, 829, 883, 919, 937, 991, 1009, 1021, 1031, 1051, 1061, 1091, 1151, 1171, 1181 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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, 10}]; a
CROSSREFS
Sequence in context: A362777 A147791 A169647 * A062326 A198273 A066076
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Jun 19 2002
EXTENSIONS
Edited by Robert G. Wilson v, Jun 25 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 April 24 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)