C-Programs

Saturday, 2 September 2017

Series Pattern


1) 1 + 2 + 3 + 4 + 5 + ... + n
2) (1*1) + (2*2) + (3*3) + (4*4) + (5*5) + ... + (n*n)
3) (1) + (1+2) + (1+2+3) + (1+2+3+4) + ... + (1+2+3+4+...+n)
4) 1! + 2! + 3! + 4! + 5! + ... + n!
5) (1^1) + (2^2) + (3^3) + (4^4) + (5^5) + ... + (n^n)
6) (1!/1) + (2!/2) + (3!/3) + (4!/4) + (5!/5) + ... + (n!/n)
7) [(1^1)/1] + [(2^2)/2] + [(3^3)/3] + [(4^4)/4] + [(5^5)/5] + ... + [(n^n)/n]
8) [(1^1)/1!] + [(2^2)/2!] + [(3^3)/3!] + [(4^4)/4!] + [(5^5)/5!] + ... + [(n^n)/n!]
9) 1/2 - 2/3 + 3/4 - 4/5 + 5/6 - ...... n
10) 1 2 3 6 9 18 27 54...
11) 2 15 41 80 132 197 275 366 470 587

12) 1 3 8 15 27 50 92 169 311

Posted by Unknown at 00:25
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Unknown
View my complete profile

Blog Archive

  • ▼  2017 (265)
    • ▼  September (117)
      • C-Program to know whether the character is vowel o...
      • C-Program to Count number of vowels in a string
      • C-Program to count number of words in a sentence
      • C-Program to count vowels in sentence
      • C-Program to count number of times a letter repeat...
      • C-Program to know the frequency of each character ...
      • C-Program to Print number of white spaces in sentence
      • C-Program to Search a substring in a given string
      • C-Program to print sum of digits in string
      • C-Program to Sort names in Alphabetical order
      • C-Program to Remove Repeated Words in String
      • C-Program to Find Words with Consecutive Vowels in...
      • C-Program to Check whether both Strings are Anagra...
      • GCD of a number using Recursion
      • Find minimum number in given Array using Recursion
      • Print Sum of Even Numbers in Array using Recursion
      • Bubble Sort using Recursion
      • Binary Search using Recurion
      • C-Program to convert Binary to Hexadecimal
      • C-Program to Covert Binary to Octal
      • C-Program to Convert Octal to Decimal
      • C-Program Convert Decimal to Octal
      • C program to calculate length of the string using ...
      • C program to calculate sum of all digits using rec...
      • C program to count digits of a number using recursion
      • C program to calculate power of a number using rec...
      • C program to find factorial using recursion
      • C-Program to Check if Repeated digits are there us...
      • C-Program to check whether there are repeated digi...
      • C program to print fibonacci series using recursion
      • C-Program to Print all Perfect number between 1 an...
      • C-Program to know whether the given number is perf...
      • C-Program to know all the armstrong numbers betwee...
      • C-Program to print whether the number is armstrong...
      • C-Program to Print all prime number within the giv...
      • C-Program to know the length of a string without u...
      • C-Program to know whether given number is Prime or...
      • C-Program to print Fibonacci Series
      • Write a program to generate the series 18 20 44 13...
      • Write a program to generate the series 5 9 18 34 5...
      • Write a program to generate the series 1 3 4 8 15 ...
      • Write a program to generate the series 2 15 41 80 ...
      • Write a program to generate series 1 2 3 6 9 18 27...
      • C-Program to print sum of Columns in matrix using ...
      • C-Program to Check whether given Matrix is Orthogo...
      • C-Program to Check Whether Both Matrices are Equal...
      • C-Program to Check Whether Given Matrix is Magic S...
      • C-Program to find factorial of a number
      • C-Program for Sum of all integers divisible by 2 b...
      • C-Program to find whether given number is palindro...
      • C-Program to print the reverse of a given number
      • C-Program for Sum of all digits in a number
      • C-Program for Sum of N numbers
      • C-Program to Print GCD and LCM
      • C-Program for Biggest of three numbers
      • C-Program to convert given days to years,week and ...
      • C-Program to print Multiplication by using Addition
      • C-program to find if the given year is leap year o...
      • C-Program to print all the odd number till ‘N’
      • C-Program to print whether given number is Odd or ...
      • C-Program to Print Alphabets from a-z(small)
      • C-Program to print Alphabets from A to Z
      • C - Program to print from 1 to 100 numbers.
      • C - Program to Print Hello World
      • Print Given Money or Value in Words
      • Number of Characters need to make a String Palindrome
      • Find Subsets of Given String
      • Implement a C program to print all root to leaf pa...
      • Implement a C program to find the maximum depth or...
      • Implement C program to find the number of leaf nod...
      • Write a program to find whether a given complete b...
      • Write a program to build a complete binary tree an...
      • Write a program to build a complete binary tree an...
      • Zoho Puzzle Solved
      • Find New Friends in Social Network
      • Interview Questions
      • Print the pattern.
      • Print the pattern
      • Print the Pattern 3 4 33 34 43 44 333 334.....
      • C Quiz
      • String Programs
      • Aptitude Basics
      • Program to Check Whether a Number is Prime or Not
      • Twice the Vowel
      • Zoho Interview Questions Call Taxi Booking
      • Series Pattern
      • Number Patterns
      • Star Patterns
      • Series Program - 12
      • Series Program - 11
      • Series Program - 10
      • Series Program - 9
      • Series Program - 8
      • Series Program - 7
      • Star Pattern-9
      • Series Program - 6
      • Series Program - 5
      • Series Program - 4
      • Series Program - 3
      • Series Program - 2
    • ►  August (129)
    • ►  July (11)
    • ►  June (8)
Simple theme. Powered by Blogger.