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

回答