[go: up one dir, main page]

login
Revision History for A090424 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Smallest number that can be written in binary representation as concatenation of other primes in exactly n ways.
(history; published version)
#9 by Charles R Greathouse IV at Sat Jul 13 12:03:10 EDT 2013
LINKS

_Reinhard Zumkeller_, , <a href="/A090424/b090424.txt">Table of n, a(n) for n = 1..100</a>

Discussion
Sat Jul 13
12:03
OEIS Server: https://oeis.org/edit/global/1934
#8 by N. J. A. Sloane at Fri Feb 22 21:37:54 EST 2013
LINKS

_Reinhard Zumkeller, _, <a href="/A090424/b090424.txt">Table of n, a(n) for n = 1..100</a>

Discussion
Fri Feb 22
21:37
OEIS Server: https://oeis.org/edit/global/1866
#7 by Reinhard Zumkeller at Wed Aug 08 02:37:32 EDT 2012
STATUS

editing

approved

#6 by Reinhard Zumkeller at Tue Aug 07 07:36:01 EDT 2012
PROG

(Haskell)

import Data.List (elemIndex)

import Data.Maybe (fromJust)

a090424 = (+ 1) . fromJust . (`elemIndex` a090418_list)

-- Reinhard Zumkeller, Aug 07 2012

EXTENSIONS

Based on corrections of A090418, data recomputed by Reinhard Zumkeller, Aug 07 2012

#5 by Reinhard Zumkeller at Tue Aug 07 07:34:45 EDT 2012
DATA

2, 11, 23, 47, 367, 175, 95, 189, 509, 375, 191, 381, 763, 1015, 751, 959, 1021, 383, 765, 1023, 3067, 1407, 2045, 767, 4087, 11247, 3063, 8123, 1919, 5999, 1533, 5623, 4063, 3067, 3007, 3039, 1535, 6013, 5631, 6077, 8183, 4093, 7935, 11247, 3069, 12023, 12143, 6139, 6015, 6111, 1535, 15869, 11775, 81276127, 3071, 6079, 6135, 7679, 32507

LINKS

Reinhard Zumkeller, <a href="/A090424/b090424.txt">Table of n, a(n) for n = 1..100</a>

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 18:50:43 EDT 2012
AUTHOR

_Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), _, Nov 30 2003

Discussion
Fri Mar 30
18:50
OEIS Server: https://oeis.org/edit/global/246
#3 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
EXAMPLE

n=6: a(6)=95 -> '1011111': '10"11111'==2"31, '10"11"111'==2"3"7, '10"111"11'==2"7"3, '101"11"11'==5"3"3, '1011"111'==11"7, and '10111"11'==23"3, therefore A090418(95)=6.

KEYWORD

nonn,base,new

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

nonn,base,new

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystemsgmail.com), Nov 30 2003

#1 by N. J. A. Sloane at Thu Feb 19 03:00:00 EST 2004
NAME

Smallest number that can be written in binary representation as concatenation of other primes in exactly n ways.

DATA

2, 11, 23, 47, 367, 95, 189, 509, 191, 381, 751, 959, 1021, 383, 765, 1023, 3067, 2045, 767, 4087, 11247, 3063, 1533, 6013, 5631, 8183, 4093, 6111, 1535, 15869, 11775, 8127

OFFSET

1,1

COMMENTS

A090418(a(n)) = n and A090418(m) <> n for m < a(n).

EXAMPLE

n=6: a(6)=95 -> '1011111': '10"11111'==2"31, '10"11"111'==2"3"7, '10"111"11'==2"7"3, '101"11"11'==5"3"3, '1011"111'==11"7, and '10111"11'==23"3, therefore A090418(95)=6.

CROSSREFS
KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Nov 30 2003

STATUS

approved