[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 A103195 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A103195 Concatenations of pairs of primes that differ by four.
(history; published version)
#12 by Harvey P. Dale at Mon Sep 26 14:13:25 EDT 2016
STATUS

editing

approved

#11 by Harvey P. Dale at Mon Sep 26 14:13:20 EDT 2016
MATHEMATICA

Join[{37}, FromDigits[Flatten[IntegerDigits/@#]]&/@Select[Partition[ Prime[ Range[ 200]], 2, 1], #[[2]]-#[[1]]==4&]] (* Harvey P. Dale, Sep 26 2016 *)

STATUS

approved

editing

#10 by Jon E. Schoenfield at Sun Mar 29 14:18:49 EDT 2015
STATUS

editing

approved

#9 by Jon E. Schoenfield at Sun Mar 29 14:18:47 EDT 2015
MATHEMATICA

s = Select[ Prime[ Range[ 140]], PrimeQ[ # + 4] &]; FromDigits /@ Join @@@ IntegerDigits /@ Transpose[{s, s + 4}] (from }] (* _Robert G. Wilson v _, Mar 19 2005) *)

STATUS

approved

editing

#8 by Russ Cox at Fri Mar 30 18:40:26 EDT 2012
FORMULA

a(n) = A023200(n) concatenated with A023200(n)+4. - . - _Jonathan Vos Post (jvospost3(AT)gmail.com), _, Mar 19 2005

Discussion
Fri Mar 30 18:40
OEIS Server: https://oeis.org/edit/global/228
#7 by Russ Cox at Fri Mar 30 17:31:11 EDT 2012
EXTENSIONS

More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Mar 19 2005

Discussion
Fri Mar 30 17:31
OEIS Server: https://oeis.org/edit/global/156
#6 by Russ Cox at Fri Mar 30 17:25:43 EDT 2012
AUTHOR

_Parthasarathy Nambi (PachaNambi(AT)yahoo.com), _, Mar 18 2005

Discussion
Fri Mar 30 17:25
OEIS Server: https://oeis.org/edit/global/136
#5 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
LINKS

M. Wolf, <a href="http://rosewww.ift.uni.wroc.pl/~mwolf/">On Twin and Cousin Primes.</a>

KEYWORD

nonn,base,new

#4 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
FORMULA

a(n) = A023200(n) concatenated with A023200(n)+4. - Jonathan Vos Post (jvospost2jvospost3(AT)yahoogmail.com), Mar 19 2005

KEYWORD

nonn,base,new

#3 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
LINKS

Eric W. Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CousinPrimes.html">Cousin Primes.</a>

KEYWORD

nonn,base,new

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 31 15:16 EDT 2024. Contains 375572 sequences. (Running on oeis4.)