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!)
A262660 Base-10 representation of 0 and the primes at A262659. 3
0, 5657, 86345293, 237454332763, 15093774195419, 18980400057988801, 5101019329173526512449, 70444162774715597829754987, 6453548574996065731165894530641, 1664839211601542826784115763350118929, 18481797523273175767936412210169891030107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n A262659(n) base-10 representation
1 0 0
2 13031 5657
3 511303115 86345293
MATHEMATICA
s = {0}; base = 8; z = 20; Do[NestWhile[# + 1 &, 1, ! PrimeQ[tmp = FromDigits[Join[#, IntegerDigits[Last[s]], Reverse[#]] &[IntegerDigits[#, base]], base]] &];
AppendTo[s, FromDigits[IntegerDigits[tmp, base]]], {z}]; s (* A262659 *)
Map[FromDigits[ToString[#], base] &, s] (* A262660 *)
(* Peter J. C. Moses, Sep 01 2015 *)
CROSSREFS
Cf. A262659.
Sequence in context: A184080 A234401 A203726 * A255147 A242946 A151770
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Oct 31 2015
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 July 16 03:21 EDT 2024. Contains 374343 sequences. (Running on oeis4.)