[go: up one dir, main page]

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!)
Revision History for A254672 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A254672 Primes prime(n) such that prime(n) + 6*n is also prime.
(history; published version)
#10 by Charles R Greathouse IV at Thu Sep 08 08:46:11 EDT 2022
PROG

(MAGMAMagma) [NthPrime(n): n in [1..200] | IsPrime(NthPrime(n)+6*n)]

Discussion
Thu Sep 08 08:46
OEIS Server: https://oeis.org/edit/global/2944
#9 by Bruno Berselli at Mon Feb 23 04:19:38 EST 2015
STATUS

proposed

approved

#8 by Vincenzo Librandi at Sat Feb 21 01:40:29 EST 2015
STATUS

editing

proposed

Discussion
Mon Feb 23 04:19
Bruno Berselli: 3 contributions per day, Vincenzo. Thanks.
#7 by Alonso del Arte at Fri Feb 20 16:42:08 EST 2015
EXAMPLE

prime(5)=) = 11 is in the sequence because 11+ + 6*5 = 41 is prime.

prime(8)=) = 19 is in the sequence because 19+ + 6*8 = 67 is prime.

STATUS

proposed

editing

Discussion
Fri Feb 20 16:43
Alonso del Arte: What insight does  prime(n) + 6n being prime give us, if any?
Sat Feb 21 01:40
Vincenzo Librandi: Alonso, sequence between A254462 - A254665. Thanks
#6 by Vincenzo Librandi at Fri Feb 20 05:44:41 EST 2015
STATUS

editing

proposed

#5 by Vincenzo Librandi at Fri Feb 20 05:44:36 EST 2015
LINKS

Vincenzo Librandi, <a href="/A254672/b254672.txt">Table of n, a(n) for n = 1..1000</a>

STATUS

proposed

editing

#4 by Vincenzo Librandi at Thu Feb 05 01:05:50 EST 2015
STATUS

editing

proposed

#3 by Vincenzo Librandi at Thu Feb 05 01:05:31 EST 2015
NAME

allocatedPrimes prime(n) such that prime(n) + 6*n foris Vincenzoalso Librandiprime.

DATA

5, 7, 11, 17, 19, 29, 31, 37, 43, 47, 53, 67, 71, 73, 79, 89, 101, 109, 113, 127, 149, 151, 157, 167, 181, 191, 193, 197, 227, 257, 263, 271, 277, 281, 331, 347, 349, 379, 383, 431, 433, 449, 467, 479, 499, 509, 521, 523, 547, 563, 569, 571, 577, 587, 619, 631

OFFSET

1,1

EXAMPLE

prime(5)=11 is in the sequence because 11+6*5 = 41 is prime.

prime(8)=19 is in the sequence because 19+6*8 = 67 is prime.

MATHEMATICA

Prime[Select[Range[150], PrimeQ[Prime[#] + 6 #] &]]

PROG

(MAGMA) [NthPrime(n): n in [1..200] | IsPrime(NthPrime(n)+6*n)]

CROSSREFS

Cf. A061067, A231232, A231383, A254462, A254665, A254673.

KEYWORD

allocated

nonn

AUTHOR

Vincenzo Librandi, Feb 05 2015

STATUS

approved

editing

#2 by Vincenzo Librandi at Thu Feb 05 00:38:31 EST 2015
KEYWORD

allocating

allocated

#1 by Vincenzo Librandi at Thu Feb 05 00:38:31 EST 2015
NAME

allocated for Vincenzo Librandi

KEYWORD

allocating

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 August 29 14:29 EDT 2024. Contains 375517 sequences. (Running on oeis4.)