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!)
A274679 Numbers m such that 7*10^m + 33 is prime. 1
1, 2, 6, 10, 17, 29, 53, 107, 133, 596, 852, 1068, 1186, 1356, 1673, 1987, 3170, 3312, 5819, 6655, 19267, 20009, 29302, 72614, 170348, 178566 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Makoto Kamada, Search for 70w33.
EXAMPLE
2 is in this sequence because 7*10^2 + 33 = 733 is prime.
4 is not in the sequence because 7*10^4 + 33 = 70033 = 59 * 1187.
Initial terms and associated primes:
a(1) = 1: 103;
a(2) = 2: 733;
a(3) = 6: 7000033;
a(4) = 10: 70000000033, etc.
MATHEMATICA
Select[Range[0, 3000], PrimeQ[7 10^# + 33] &]
PROG
(Magma) [n: n in [1..500] | IsPrime(7*10^n+33)];
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(7*10^n+33), print1(n, ", "))); \\ Altug Alkan, Jul 05 2016
CROSSREFS
Cf. similar sequences listed in A274676.
Sequence in context: A190695 A238377 A180739 * A229218 A255174 A140777
KEYWORD
nonn,more,changed
AUTHOR
Vincenzo Librandi, Jul 04 2016
EXTENSIONS
a(19)-a(20) from Michael S. Branicky, Aug 16 2021
a(21)-a(26) from Kamada data by Tyler Busby, Apr 14 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)