The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242827 Primes formed by the initial digits of the decimal expansion of 1/14, starting at the first nonzero digit in the expansion. 4
7, 71, 71428571, 7142857142857, 7142857142857142857142857142857 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) has 104 digits. - Michel Marcus, May 26 2014
LINKS
PROG
(PARI) lista(nn) = {v = [7, 1, 4, 2, 8, 5]; n = 0; for (i=0, nn, n = 10*n+ v[(i % 6)+1]; if (ispseudoprime(n), print1(n, ", ")); ); } \\ Michel Marcus, May 26 2014
CROSSREFS
Cf. A021018.
Corresponding sequences for 1/k: A242824 (k=7), A093676 (k=12), A242826 (k=13), A242828 (k=17), A242833 (k=19).
Sequence in context: A022503 A063861 A093632 * A077332 A222833 A005413
KEYWORD
nonn,base
AUTHOR
Felix Fröhlich, May 23 2014
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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)