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!)
A133291 a(n) = m such that t(n) +/- m are +-primes, where t(n) = n(n+1)/2. 0
4, 8, 11, 13, 22, 26, 31, 43, 52, 58, 61, 71, 72, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
1-4=-3,1+4=5; 3-8=-5,3+8=11; 6-11=-5,6+11=17;
MATHEMATICA
a = 0; y = 0; For[i = 1, i < 15, a = a + i; Do[If[PrimeQ[a - k] && PrimeQ[a + k] && k > y, y = k; Break[]], {k, 250}]; Print[a, ": ", a - y, ", ", y, ", ", a + y]; i++ ]
CROSSREFS
Sequence in context: A311028 A311029 A026999 * A356105 A311030 A311031
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)