School of Rich Programmers 7495.org/kurs-en.htm

English Chinese Spanish French Russian

Padovan Number to Private Key Ethereum

Padovan Sequence similar to Fibonacci sequence with similar recursive structure. The recursive formula is, P(n) = P(n-2) + P(n-3) P(0) = P(1) = P(2) = 1
The Padovan Numbers are in the following integer sequence: 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 65, 86, 114, 151, 200, 265, 351, 465, 616, 816, 1081, 1432, 1897, 2513, 3329, 4410, 5842, 7739, 10252, 13581, 17991, 23833, 31572, 41824, 55405, 73396, 97229, 128801, 170625, ... (Sequence A000931 in the OEIS)

Calculate Padovan Number

495, 500, 666




We use this key in the next step to generate a public address:

Converter.html

How to Generate Ethereum Private key:

Private Key.html

Check Wallet Balance: Balance.html