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!)
A253936 a(n) = prime(n + (prime(n) mod 10)). 1
5, 11, 19, 31, 13, 23, 43, 59, 37, 67, 37, 67, 43, 59, 79, 67, 101, 67, 101, 73, 89, 127, 101, 137, 131, 103, 113, 149, 163, 137, 163, 137, 173, 191, 193, 157, 193, 179, 199, 191, 229, 191, 193, 211, 239, 257, 223, 233, 263, 277, 251, 283, 251, 257, 293, 277, 317, 277, 317, 283, 311, 313, 349, 313, 337, 367, 337, 379, 383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(n + A010879(A000040(n)),
a(n) = A000040(n + A007652(n)).
EXAMPLE
n=1: p=prime(1)=2; p mod 10 = 2, prime(1+2) = 5 = a(1);
n=6: p=prime(6)=13; p mod 10 = 3, prime(6+3) = 23 = a(6).
MATHEMATICA
Table[Prime[n+Mod[Prime[n], 10]], {n, 100}]
PROG
(PARI) a(n)=prime(n+prime(n)%10)
CROSSREFS
Sequence in context: A326665 A100920 A274946 * A191032 A003147 A106068
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jan 23 2015
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 12 15:51 EDT 2024. Contains 372482 sequences. (Running on oeis4.)