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!)
A090838 Numbers n such that p(n),p(n)+6,p(n)+12,p(n)+18 are consecutive primes and p(n)=6*k+1 for some k, where p(n) denotes n-th prime. 9
271, 464, 682, 829, 1853, 2086, 2209, 3253, 3303, 5463, 6386, 7064, 7620, 7918, 8145, 8631, 8828, 9243, 10052, 10074, 10329, 11257, 11368, 12223, 13100, 13359, 14105, 15751, 16909, 18481, 19455, 20332, 20456, 22213, 23071, 24510, 24874, 25420, 25595, 26233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p(271)=1741: 1741,1747,1753,1759 are consecutive primes,1747=1741+6,1753=1741+12,1759=1741+18 and 1741=6*290+1
MATHEMATICA
PrimePi/@Transpose[Select[Partition[Prime[Range[50000]], 4, 1], Differences[ #] == {6, 6, 6}&&Mod[#[[1]], 6]==1&]][[1]] (* Harvey P. Dale, Nov 04 2015 *)
CROSSREFS
Sequence in context: A051965 A142762 A141029 * A086708 A142637 A288881
KEYWORD
easy,nonn
AUTHOR
Pierre CAMI, Dec 09 2003
EXTENSIONS
More terms from Harvey P. Dale, Nov 04 2015
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 May 7 13:07 EDT 2024. Contains 372303 sequences. (Running on oeis4.)