photo

Syed Hafiz


Last seen: 대략 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find the 18th steady-3 number ?
A number n is considered to be a steady-p number if n^p ends in the same digits. For example, the number n=25 is a steady-3 numb...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the 4th special number among pentagonal and triangular numbers
A pentagonal number is defined by p(n) = (3n^2 – n)/2, where n is an integer starting from 1. Therefore, the first 12 pentagonal...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to add up first digits to all the prime numbers within a given range ?
In MATLAB, primes(N) provides all the prime numbers less than or equal to N. E.g. primes(15) = [2 3 5 7 11 13]. The sum of the f...

3년 초과 전 | 답변 수: 1 | 0

1

답변