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!)
A369108 a(n) is the number of numbers less than or equal to 10^n that are divisible only by primes congruent to 1 mod 4. 4
2, 15, 123, 1074, 9623, 87882, 814183, 7618317, 71838469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Gareth A. Jones and Alexander K. Zvonkin, A number-theoretic problem concerning pseudo-real Riemann surfaces, arXiv:2401.00270 [math.NT], 2023. See Table 2 at page 7.
MATHEMATICA
a[n_] := Length[Join[{1}, Select[Range[10^n], PrimeQ[f = First/@FactorInteger[#]] == Table[True, {j, PrimeNu[#]}] && Mod[f, 4] == Table[1, {m, PrimeNu[#]}] && #<=10^n &]]]; Array[a, 9]
CROSSREFS
Sequence in context: A185758 A052448 A168502 * A127610 A085228 A365157
KEYWORD
nonn,more
AUTHOR
Stefano Spezia, Jan 13 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 May 15 11:13 EDT 2024. Contains 372540 sequences. (Running on oeis4.)