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!)
A280968 a(n) = A001097(n) + A001097(n+1). 0
8, 12, 18, 24, 30, 36, 48, 60, 72, 84, 102, 120, 132, 144, 174, 204, 210, 216, 246, 276, 288, 300, 330, 360, 372, 384, 390, 396, 426, 456, 468, 480, 510, 540, 552, 564, 594, 624, 660, 696, 768, 840, 852, 864, 894, 924, 984, 1044, 1092, 1140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A163656(n).
MATHEMATICA
Total /@ Partition[#, 2, 1] &@ Select[Prime@ Range@ 105, Total@ Boole@ Map[PrimeQ, # + 2 {-1, 1}] > 0 &] (* Michael De Vlieger, Jan 11 2017 *)
PROG
(PARI) {
t=4;
forstep(n=6, 1000, 6,
if(isprime(n-1)&&isprime(n+1),
k=2*n; print1((k+t)/2", ")
; print1(k", "); t=k
)
)
}
CROSSREFS
Cf. A001097. Essentially the same as A096281. A163656.
Sequence in context: A075818 A090738 A085103 * A157940 A308494 A087696
KEYWORD
nonn
AUTHOR
Dimitris Valianatos, Jan 11 2017
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 16 16:52 EDT 2024. Contains 371749 sequences. (Running on oeis4.)