Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079780
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079780 a(n) = largest prime <= n*prime(n). +0
2
2, 5, 13, 23, 53, 73, 113, 151, 199, 283, 337, 443, 523, 601, 701, 839, 997, 1097, 1259, 1409, 1531, 1733, 1907, 2131, 2423, 2621, 2777, 2971, 3137, 3389, 3931, 4177, 4519, 4723, 5209, 5431, 5807, 6173, 6491, 6917, 7333, 7591, 8209, 8467, 8863, 9151, 9907 (list; graph; listen)
OFFSET

1,1

MAPLE

With exception of first term: seq(prevprime(n*ithprime(n)), n=2..40);

MATHEMATICA

PrevPrim[n_] := Block[{k = n - 1}, While[ !PrimeQ[k], k-- ]; k]; Table[ Abs[ PrevPrim[ n*Prime[n]]], {n, 1, 50}]

PROGRAM

(PARI) for(n=1, 47, print1(precprime(n*prime(n)), ", "))

CROSSREFS

Cf. A079779.

a(n) is the largest prime < A079779(n).

Sequence in context: A075470 A049779 A106009 this_sequence A048871 A072921 A087250

Adjacent sequences: A079777 A079778 A079779 this_sequence A079781 A079782 A079783

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 03 2003

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Mark Hudson (mrmarkhudson(AT)hotmail.com), Feb 04 2003

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research