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!)
A105575 Largest primes < numbers of the form 6k (duplicates removed). 2
5, 11, 17, 23, 29, 31, 41, 47, 53, 59, 61, 71, 73, 83, 89, 101, 107, 113, 131, 137, 139, 149, 151, 157, 167, 173, 179, 181, 191, 197, 199, 211, 227, 233, 239, 241, 251, 257, 263, 269, 271, 281, 283, 293, 311, 317, 331, 337, 347, 353, 359, 367, 373, 383, 389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
11 is in the sequence because 11 is the largest prime < 12 = 6*2.
MATHEMATICA
PrevPrim[n_] := Block[{k = n - 1}, While[ !PrimeQ[k], k-- ]; k]; Union[ Table[ PrevPrim[6n], {n, 65}]] (* Robert G. Wilson v, May 21 2005 *)
NextPrime[#, -1]&/@(6*Range[100])//Union (* Harvey P. Dale, Sep 23 2017 *)
CROSSREFS
Cf. A105399.
Sequence in context: A038939 A314243 A357253 * A314244 A314245 A314246
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, May 03 2005
EXTENSIONS
Corrected and extended by Robert G. Wilson v, May 21 2005
Edited, corrected and extended by Ray Chandler, Oct 17 2006
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 28 22:27 EDT 2024. Contains 372095 sequences. (Running on oeis4.)