37055
domain: N
Appears in sequences
- Numbers n such that sum of first n consecutive prime numbers is pandigital (includes all 10 digits exactly once).at n=12A049442
- p^2-p-1 that is not prime, where p is prime.at n=25A119609
- Numbers k such that the sum of the first k consecutive prime numbers is pandigital (includes all 10 digits at least once).at n=12A228468
- a(n) = (prime(1+n)*prime(n)) + prime(n) + 1.at n=42A286624
- a(n) = (p_n + 1)*q_n - 1; where (p_n, q_n) is the n-th twin prime pair.at n=13A328493