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!)
A086361 a(n)=A085956(3n). 12
13, 61, 127, 73, 61, 397, 211, 97, 163, 181, 463, 5689, 547, 1093, 271, 673, 1123, 10909, 229, 241, 4663, 661, 967, 1873, 7951, 1093, 16363, 5209, 349, 541, 373, 7873, 397, 409, 421, 433, 4219, 9349, 15679, 1201, 1723, 7309, 15739, 3433, 811, 1933 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=144:3n=432,6n=864, a(144)=120097 prime with (120097-1)/864=139 prime and with 864.12097+1=103763809 prime.
PROG
(PARI) a(n) = {n = 3*n; p = 2; while (!(isprime(2*n*p+1) && (type(q=(p-1)/(2*n))== "t_INT") && isprime(q)), p = nextprime(p+1)); p; } \\ Michel Marcus, Feb 25 2014
CROSSREFS
Sequence in context: A087106 A142402 A140615 * A119151 A081589 A270449
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 22 2003
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)