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!)
A113636 In the sequence of positive integers add 1 to each nonprime number. 0
2, 2, 3, 5, 5, 7, 7, 9, 10, 11, 11, 13, 13, 15, 16, 17, 17, 19, 19, 21, 22, 23, 23, 25, 26, 27, 28, 29, 29, 31, 31, 33, 34, 35, 36, 37, 37, 39, 40, 41, 41, 43, 43, 45, 46, 47, 47, 49, 50, 51, 52, 53, 53, 55, 56, 57, 58, 59, 59, 61, 61, 63, 64, 65, 66, 67, 67, 69, 70, 71, 71, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is the complement of sequence A014683.
LINKS
FORMULA
a(n) = A014684(n) + 1. - Bill McEachen, Nov 01 2020
MATHEMATICA
Array[# + Boole[! PrimeQ@ #] &, 72] (* Michael De Vlieger, Nov 05 2020 *)
PROG
(PARI) a(n) = if (!isprime(n), n+1, n); \\ Michel Marcus, Nov 06 2020
CROSSREFS
Sequence in context: A105605 A237710 A090473 * A262463 A151800 A259430
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jan 15 2006
EXTENSIONS
Offset 1 from Michel Marcus, Nov 06 2020
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)