Multilevel inheritance C++ to display the n terms of odd natural number and their sum

Write a program in C++ to display the n terms of odd natural number and their sum like:
1 3 5 7 … n using multilevel inheritance.

n terms of odd natural number multi level inheritance
n terms of odd natural number multi level inheritance