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!)
A103911 Numbers n such that 2*P(n)+1, 2*P(n+1)+1, 2*P(n+2)+3, 2*P(n+3)+3 are also consecutive primes with P(i)=i-th prime. 2
34771, 219423, 507698, 776248, 920369, 1655143, 1820948, 1847083, 1883839, 2179339, 2747429, 2979743, 3075306, 3516977, 3579987, 3905386, 3991750, 4167882, 5183712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cpQ[n_]:=Module[{a=2Prime[n]+1, b=2Prime[n+1]+1, c=2Prime[n+2]+3, d= 2Prime[ n+3]+3}, PrimeQ[ a]&&NextPrime[a]==b&&NextPrime[b]==c&&NextPrime[c]==d]; Select[Range[5200000], cpQ] (* Harvey P. Dale, Mar 08 2014 *)
CROSSREFS
Sequence in context: A259009 A256900 A236141 * A185472 A116016 A253117
KEYWORD
nonn
AUTHOR
Pierre CAMI, Feb 21 2005
EXTENSIONS
Corrected by Harvey P. Dale, Mar 08 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)