C Programming Plus
www.cprogrammingplus.com
Pages
Home
Input Output
Operator
Math.h
If, If....else
Conditional Operator
Switch
Series
Pyramid
Loop
One Dimensional Array
Multi Dimensional Array
String.h
String
File Read
File Write
File Read and Write
Structure
Function
Recursive Function
Pointer
Miscellaneous program
ASCII Character Codes
PDF Books
Series
7.1. 1+2+3+4+...............................upto n'th term.
7.2. 2+4+6+8+.................................upto n'th term.
7.3. 1+3+5+7+..............................upto n'th term.
7.4. 4+12+20+28+.......................upto n'th term.
7.5. 2+5+8+11+............................upto n'th term.
7.6. 1.2+2.3+3.4+.........................upto n'th term.
7.7. 2.1+5.3+8.5+.........................upto n'th term.
7.8. 1.3+3.5+5.7+.........................upto n'th term.
7.9. 1+3^2+5²+..............................upto n'th term.
7.10. 1.1+ 2.34+ 3.5+.....................upto n'th term.
7.11. 1.2+ 2.3+ 3.4+........................upto n'th term.
7.12. 1^2.2^2+ 2^2.3^2+ 3^2.4^2+.............upto n'th term.
7.13. 1.2.3+2.3.4+3.4.5+........ .........upto n'th term.
7.14. 1.3.5.7+3.5.7.9+5.7.9.11+........upto n'th term.
7.15. 2.5.8+5.8.11+8.11.14+............upto n'th term.
7.16. 5.6.7+6.7.8+7.8.9+..................upto n'th term.
7.17. 1+(1+2)+(1+2+3)+....+(1+2+3+...+n).......upto n'th term.
7.18. 1! + 2! + 3! + 4! + 5! + ........... + n!
7.19. (1!/1) + (2!/2) + (3!/3) + (4!/4) + (5!/5) + ........ + (n!/n)
7.20. [(1^1)/1] + [(2^2)/2] + [(3^3)/3] + [(4^4)/4] + [(5^5)/5] + ... + [(n^n)/n]
7.21. [(1^1)/1!] + [(2^2)/2!] + [(3^3)/3!] + [(4^4)/4!] + [(5^5)/5!] + ... + [(n^n)/n!]
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment