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!)
A022762 (n-th 8k+1 prime plus n-th 8k+7 prime)/8. 1
3, 8, 13, 17, 21, 24, 30, 40, 48, 51, 56, 60, 67, 72, 77, 84, 90, 99, 102, 105, 119, 126, 130, 134, 136, 140, 155, 160, 174, 177, 191, 198, 203, 210, 220, 224, 230, 237, 243, 246, 258, 264, 268, 278, 280, 285, 292, 299, 306, 318, 324, 336, 342 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{prs=Prime[Range[300]], s, o, len}, s=Select[prs, Mod[#, 8]==1&]; o= Select[ prs, Mod[#, 8]==7&]; len=Min[Length[s], Length[o]]; Total[#]/8&/@ Thread[ {Take[s, len], Take[o, len]}]] (* Harvey P. Dale, May 11 2017 *)
CROSSREFS
Sequence in context: A310300 A310301 A310302 * A310303 A022807 A292655
KEYWORD
nonn
AUTHOR
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)