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!)
A262654 Base-10 representation of 4 and the primes at A262653. 3
4, 61, 1663, 243263, 9857663, 3982846453, 122168020854499, 772191321163986959, 235380054470968985242897, 390489415238382125919557233, 2056313729049707794675149973499, 18249666491214590662011175235075053, 4157609603822695440999128471752421052593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n A262653(n) base-10 representation
1 4 4
2 141 61
3 11411 1663
MATHEMATICA
s = {4}; 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 (* A262653 *)
Map[FromDigits[ToString[#], base] &, s] (* A262654 *)
(* Peter J. C. Moses, Sep 01 2015 *)
CROSSREFS
Cf. A262653.
Sequence in context: A132064 A229666 A252973 * A218472 A304176 A326225
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)