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!)
A261965 Minimal appendage-sequence of primes with seed 1, base 10, and appendages of the form 0s(n); see Comments. 2
1, 101, 10103, 10103011, 10103011013, 1010301101309, 10103011013090003, 101030110130900030009, 10103011013090003000903, 1010301101309000300090303, 1010301101309000300090303009, 1010301101309000300090303009059, 1010301101309000300090303009059061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The minimal appendage-sequence of primes with seed s and base b is defined as follows:
a(1) = s
a(2) = least prime that begins with s0;
a(3) = least prime that begins with a(2)0;
a(n) = least prime that begins with a(n-1)0.
LINKS
EXAMPLE
11 comes from a(3) = 10103 by appending 011 to a(3); the result is the least prime that begins with 10103. Triangular format:
1
101
10103
10103011
10103011013
1010301101309
10103011013090003
101030110130900030009
MATHEMATICA
base = 10; s = {{1}}; Do[NestWhile[# + 1 &, 1, (nn = #; ! PrimeQ[FromDigits[tmp=IntegerDigits[FromDigits[Flatten[IntegerDigits[Join[Last[s], {0}, IntegerDigits[nn - Sum[base^n, {n, l = NestWhile[# + 1 &, 1, ! (nn - (Sum[base^n, {n, #}]) < 0) &] - 1}], base, l + 1]]]]]], base]]) &]; AppendTo[s, {FromDigits[tmp]}], {20}];
Flatten[s] (* Peter J. C. Moses, Sep 03 2015 *)
CROSSREFS
Cf. A261966.
Sequence in context: A368417 A094028 A144564 * A255892 A065074 A113628
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Sep 25 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)