6 kyu
pipi Numbers!
36 of 203Jomopipi
Description:
Hello. Today our job is to find the N
th Pipi number.
Let us define Pn such that the following expression:
is equal to n
, if P0 = 0.
Examples:
pipi(0) == 0
because
pipi(1) == 1
because
pipi(2) == 9
because
pipi(3) == 3025
because
Number N range:
From 0
to 22
.
(Check out my other kata!)
String -> N iterations -> String
String -> X iterations -> String
Mathematics
Algorithms
Performance
Similar Kata:
Stats:
Created | May 9, 2018 |
Published | May 9, 2018 |
Warriors Trained | 1088 |
Total Skips | 21 |
Total Code Submissions | 1109 |
Total Times Completed | 203 |
Java Completions | 36 |
C# Completions | 36 |
Python Completions | 121 |
Haskell Completions | 21 |
JavaScript Completions | 23 |
Total Stars | 37 |
% of votes with a positive feedback rating | 93% of 67 |
Total "Very Satisfied" Votes | 60 |
Total "Somewhat Satisfied" Votes | 5 |
Total "Not Satisfied" Votes | 2 |
Total Rank Assessments | 5 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |