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!)
A282974 Numbers k such that A011546(k-1) is a prime. 2
1, 2, 6, 12, 1902, 3971, 5827, 16208, 47577 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Round(k)=floor(k) or floor(k)+1, so if round(k)=floor(k) and floor(k) is a prime number, then round(k) is also prime. Thus 47577 = A060421(6) and 613373 = A060421(8) are also terms.
The corresponding primes are in A282973.
a(10) > 2^16. - Lucas A. Brown, Apr 05 2021
LINKS
Lucas A. Brown, A282974.py
Eric Weisstein's World of Mathematics, Pi-Prime
MATHEMATICA
Do[If[PrimeQ[Round[Pi*10^(n-1)]], Print[n], {n, 17511}]
PROG
(PARI) default(realprecision, 10^5); x=Pi;
is(k) = ispseudoprime(round(x*10^k--)); \\ Jinyuan Wang, Mar 27 2020
CROSSREFS
Sequence in context: A126293 A007668 A089415 * A181063 A161324 A226603
KEYWORD
nonn,base,more
AUTHOR
XU Pingya, Feb 25 2017
EXTENSIONS
a(8) and a(9) from Lucas A. Brown, Apr 05 2021
Definition corrected by Lucas A. Brown, Apr 05 2021
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)