Exploring Pascal's Pyramid

Problem Statement

A triangular pyramid is constructed using spherical balls so that each ball rests on exactly three balls of the next lower level.

Then, we calculate the number of paths leading from the apex to each position:

A path starts at the apex and progresses downwards to any of the three spheres directly below the current position.

Consequently, the number of paths to reach a certain position is the sum of the numbers immediately above it (depending on the position, there are up to three numbers above it).

The result is Pascal's pyramid and the numbers at each level $n$ are the coefficients of the trinomial expansion $(x + y + z)^n$.

How many coefficients in the expansion of $(x + y + z)^{3^N}$ are multiples of $10^{N}$?

Submit Answers

You need to submit in the format: "N:problem(N)", possibly with multiple values at once, separated by commas, with $N$ between $1$ and $30$.

Top Users

🥇 icy
16.94 (18)
🥈 shs10978
16.94 (17)
🥉 fzf
16.94 (17)
4 liuguangxi
15.94 (16)
5 Nondegon
1.06 (2)

Data

Stats

Your submissions will appear here

Recent Submissions

1
Nondegon
$g(2)$, $2$ digits 2 weeks, 1 day ago
2
Nondegon
$g(2)$, $1$ digits 2 weeks, 1 day ago
3
Nondegon
$g(1)$, $1$ digits 2 weeks, 1 day ago
4
shs10978
$g(17)$, $13$ digits 3 weeks ago
5
shs10978
$g(16)$, $11$ digits 1 month ago