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!)
A101117 a(n) = the first prime yielding the record value A101116(n). 3
2, 3, 7, 73, 13799, 600307, 77197951, 4866134641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All primes up to 1000003 have been tested.
LINKS
EXAMPLE
a(6) = 600307 because 600307 is the first prime to which A101116(6) digits (18) can be prepended yielding a new prime each time (giving preference to the smallest digit which meets the requirement) - 600307, 3600307, 93600307, ..., 9912733515196363393600307.
PROG
(Python)
g = agen() # uses agen() and imports from A101116
print([next(g)[1] for n in range(1, 7)]) # Michael S. Branicky, Jun 24 2022
CROSSREFS
Sequence in context: A333132 A035094 A084729 * A065002 A288800 A247025
KEYWORD
base,more,nonn
AUTHOR
Chuck Seggelin (seqfan(AT)plastereddragon.com), Dec 02 2004
EXTENSIONS
a(7)-a(8) from Michael S. Branicky, Jun 24 2022
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)