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!)
A100914 Numbers k such that (273*2^k+1)^2-2 is prime. 0
6, 8, 15, 19, 30, 33, 50, 54, 61, 85, 190, 225, 270, 295, 323, 456, 616, 778, 1523, 2921, 3264, 6780, 8463, 10915, 11390, 13304, 13860, 16625, 17851, 21816, 33205, 35170, 35673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(31) > 29391. - J.W.L. (Jan) Eerland, Dec 20 2021
LINKS
MATHEMATICA
DeleteCases[ParallelTable[If[PrimeQ[(273*2^n+1)^2-2], n, a], {n, 0, 21816}], a] (* J.W.L. (Jan) Eerland, Dec 20 2021 *)
PROG
(PARI) is(n)=ispseudoprime((273*2^n+1)^2-2) \\ Charles R Greathouse IV, Feb 19 2016
CROSSREFS
Sequence in context: A315921 A315922 A315923 * A076672 A315924 A357358
KEYWORD
nonn,more
AUTHOR
Ray Chandler, Nov 21 2004
EXTENSIONS
a(24)-a(30) from J.W.L. (Jan) Eerland, Dec 20 2021
a(31)-a(33) from Michael S. Branicky, Mar 21 2024
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)