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!)
A262650 Base-10 representation of the primes at A262649. 3
2, 197, 69313, 8813963, 84621544849, 527772818401391, 6822795350471323, 27886178439493066223, 31708613496145827870113, 43587702672242054520081077, 13602652894439672099923526011, 22768853068939384975328656897381, 715213262078891560583355909701176813 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n A262649(n) base-10 representation
1 2 2
2 525 197
3 1252521 69313
MATHEMATICA
s = {2}; base = 6; 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 (* A262649 *)
Map[FromDigits[ToString[#], base] &, s] (* A262650 *)
(* Peter J. C. Moses, Sep 01 2015 *)
CROSSREFS
Cf. A262649.
Sequence in context: A282700 A256410 A174367 * A123100 A033147 A213162
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Oct 27 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 April 23 07:08 EDT 2024. Contains 371906 sequences. (Running on oeis4.)