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!)
A172407 Positive numbers n such that n+10 is a prime. 1
1, 3, 7, 9, 13, 19, 21, 27, 31, 33, 37, 43, 49, 51, 57, 61, 63, 69, 73, 79, 87, 91, 93, 97, 99, 103, 117, 121, 127, 129, 139, 141, 147, 153, 157, 163, 169, 171, 181, 183, 187, 189, 201, 213, 217, 219, 223, 229, 231, 241, 247, 253, 259, 261, 267, 271, 273, 283, 297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = prime(n+4) - 10.
a(n) = binomial(prime(n+4)-3,3) mod prime(n+4), (Empirical). - Gary Detlefs, Jul 10 2014
EXAMPLE
a(1) = 1 because 1+10 = 11 = prime.
MAPLE
A172407:=n->ithprime(n+4)-10: seq(A172407(n), n=1..50); # Wesley Ivan Hurt, Jul 10 2014
MATHEMATICA
Table[Prime[n + 4] - 10, {n, 50}] (* or *)
Prime[Range[50] + 4] - 10 (* Wesley Ivan Hurt, Jul 10 2014 *)
CROSSREFS
Cf. A000040.
Sequence in context: A266836 A066207 A141544 * A088649 A020498 A200567
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 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)