login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082099 a(n) is the smallest prime p of the form 4k+1 such that nextprime[p]-p=4n. 1
13, 89, 509, 1933, 1637, 1669, 5953, 27701, 12853, 19333, 36389, 28229, 19609, 82073, 102701, 89689, 134513, 31397, 212701, 815729, 461717, 1155733, 927869, 360653, 396733, 3422813, 3279841, 370261, 5845193, 6085441, 6808273, 9810653 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=9: nextprime[a(9)]-a(9)=12889-12853=36=4n.

MATHEMATICA

{m=4, r=1}; f[x_] := (Prime[x+1]-Prime[x])/m t=Table[0, {100}]; Do[s=f[n]; s1=Mod[Prime[n+1], m]; If[IntegerQ[s]&&Equal[s1, r]&&s<101&&t[[s]]==0, t[[s]]=Prime[n]], {n, 1, 1000000}]; t

CROSSREFS

Cf. A002144, A002145, A082073-A082076, A082098.

Sequence in context: A141878 A132260 A181508 * A152867 A026912 A161465

Adjacent sequences:  A082096 A082097 A082098 * A082100 A082101 A082102

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 14 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 21:49 EST 2012. Contains 205663 sequences.