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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069566 a(n) = smallest value of k such that the concatenation 1,n,n^2,..., n^(k-1), n^k,n^(k-1),...n^2,n,1 is a prime. 0
0, 2, 1, 12, 1, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Program and terms from Robert G. Wilson v.

EXAMPLE

a(2) = 2 as 12421 is a prime.

MATHEMATICA

Do[k = 0; While[a = Table[n^i, {i, 0, k}]; b = ToExpression[ StringJoin[ ToString /@ Join[a, Drop[ Reverse[a], 1]]]]; !PrimeQ[b], k++ ]; Print[b], {n, 2, 10} ]

CROSSREFS

Sequence in context: A107049 A074956 A176088 * A066818 A005730 A112284

Adjacent sequences:  A069563 A069564 A069565 * A069567 A069568 A069569

KEYWORD

more,nonn,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 24 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 14 13:08 EST 2012. Contains 205623 sequences.