The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A105470 a(n)=1 if there is number of the form 6k+3 with prime(n) <= 6k+3 <= prime(n+1), otherwise 0. 0
1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except for the first pair of primes and for twin primes there is always at least one number of the form 6n+3 between two successive primes.
LINKS
EXAMPLE
a(3)=0 because between prime(3) and prime(4) there are no numbers of the form 6k+3;
a(4)=1 because between prime(4) and prime(5) there is one number of the form 6k+3: 9.
MATHEMATICA
f[n_] := Count[Table[Mod[k, 6], {k, Prime[n], Prime[n + 1]}], 3]; Table[If[f[n] == 0, 0, 1], {n, 120}] (* Ray Chandler, Oct 17 2006 *)
Join[{1, 1}, If[Last[#]-First[#]==2, 0, 1]&/@Partition[Prime[Range[ 3, 200]], 2, 1]] (* Harvey P. Dale, Nov 27 2013 *)
CROSSREFS
Sequence in context: A331168 A331281 A347950 * A359824 A087429 A093075
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, May 02 2005
EXTENSIONS
Edited 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 May 20 16:51 EDT 2024. Contains 372719 sequences. (Running on oeis4.)