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!)
A082074 One quarter of first differences of primes of the form 4*k+1 (A002144). 4
2, 1, 3, 2, 1, 3, 2, 3, 4, 2, 1, 2, 1, 6, 3, 2, 4, 2, 3, 1, 8, 1, 2, 4, 3, 2, 1, 3, 5, 1, 5, 3, 1, 5, 4, 2, 1, 2, 3, 3, 4, 2, 1, 12, 3, 5, 4, 3, 2, 4, 2, 3, 1, 6, 3, 2, 3, 1, 6, 2, 6, 6, 1, 2, 1, 6, 3, 3, 2, 6, 1, 5, 1, 12, 2, 1, 3, 6, 5, 3, 1, 2, 3, 4, 3, 2, 6, 1, 3, 2, 3, 6, 7, 3, 2, 3, 1, 3, 2, 3, 7, 3, 2, 1, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A002144(n+1) - A002144(n))/4.
EXAMPLE
The first and second primes of the form 4*k+1 are 5 and 13, so a(1) = (13-5)/4 = 2.
MATHEMATICA
k=0; m=4; r=1; Do[s=Mod[Prime[n], m]; If[Equal[s, r], rp=ep; k=k+1; ep=Prime[n]; Print[(ep-rp)/4]; ], {n, 1, 1000}]
Differences[Select[4*Range[1000]+1, PrimeQ]]/4 (* Harvey P. Dale, Dec 04 2011 *)
CROSSREFS
Sequence in context: A194859 A194838 A085014 * A132283 A307081 A256440
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 07 2003
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 June 1 12:11 EDT 2024. Contains 373023 sequences. (Running on oeis4.)