login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075243 Composite numbers requiring increasingly larger bases to become prime by base reversal. 1
4, 6, 8, 9, 16, 27, 36, 78, 81, 102, 114, 144, 270, 420, 480, 750, 1848, 2382, 2940, 13860, 14490, 14520, 21840, 31860, 33660, 44580, 80850, 1228080, 4305210, 5326860, 6846840 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The bases at which these entries occur are in A074901. See A075242.

MATHEMATICA

NextComposite[n_] := Block[{k = n + 1}, While[PrimeQ[k], k++ ]; k]; f[n_] := Block[{b = 2}, While[b < n && !PrimeQ[ FromDigits[ Reverse[ IntegerDigits[n, b]], b]], b++ ]; b]; If[b != n, b, 0]]; b = -1; k = 4; Do[ While[c = f[k]; c <= b, k = NextComposite[k]]; b = c; Print[k], {n, 1, 31}]

CROSSREFS

Sequence in context: A095404 A073540 A123710 * A024370 A121719 A162738

Adjacent sequences:  A075240 A075241 A075242 * A075244 A075245 A075246

KEYWORD

base,hard,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:00 EST 2012. Contains 205938 sequences.