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!)
A138790 a(n) = indices n for which A138793(n) is prime. 17
61, 946 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Indices where number 1 occured in A138789.
There are no more primes for n<=5000.
a(3) > 20000. - Robert Price, Mar 24 2015
LINKS
EXAMPLE
a(1) = 61 because the number 160695...654321 is prime.
MATHEMATICA
b = {}; a = {}; Do[w = RealDigits[n]; w = First[w]; Do[AppendTo[a, w[[k]]], {k, 1, Length[w]}]; p = FromDigits[Reverse[a]]; If[PrimeQ[p], Print[n]; AppendTo[b, p]], {n, 1, 2000}]; b (* Artur Jasinski, Mar 30 2008 *)
Select[Range[1, 1000], PrimeQ[lst = {}; Do[lst = Join[lst, IntegerDigits[n]], {n, 1, #}]; FromDigits[Reverse[lst]]] &] (* Robert Price, Mar 24 2015 *)
CROSSREFS
Sequence in context: A008358 A317283 A264306 * A057534 A152868 A218112
KEYWORD
nonn,bref,hard,more,base
AUTHOR
Artur Jasinski, Mar 30 2008, Mar 31 2008
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)