P800
projecteuler.net

Hybrid Integers

ℹ️Published on Sunday, 29th May 2022, 05:00 am; Solved by 2168;
Difficulty rating: 5%

An integer of the form pqqp with prime numbers pq is called a hybrid-integer.
For example, 800=2552 is a hybrid-integer.

We define C(n) to be the number of hybrid-integers less than or equal to n.
You are given C(800)=2 and C(800800)=10790.

Find C(800800800800).



Soluzione

Last modified: May 27, 2025. Website built with Franklin.jl and the lovely Julia programming language.