C Programs World

Learn C programming basics to high level online.

Networking MCQ's

  • Home
  • Aptitude
  • Learn C
  • Programs
  • Networks & Java MCQ's
  • Sorting Algorithms
  • Data Structures
  • Zoho Interview Questions
  • Ruby on Rails

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

at September 02, 2017
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)
Any doubts on coding
Contact :
ezhilvelan006@gmail.com

Join Our What's App Group - check me in person due to some reason's group link need to revoke here

Most Viewed

  • Zoho Interview Questions Download
  • TIC TAC TOE - game coding
  • C program to print X pattern
  • Train Reservation Coding
  • Call Taxi Booking Coding
  • Student Record Coding
  • Spiral Matrix From Center
  • Search for substring in two dimensional array
  • Run Length Encoding
  • Run Length Decoding
  • Circular Pattern Simple Method
  • Sudoku Valid Configuration or not
  • Find Number of Grandchildren
  • Alternate sorting

Search This Blog

Posts By Topic

  • Number Patterns (60)
  • Zoho (37)
  • DataStructures (31)
  • String Programs (25)
  • Basic programs (20)
  • Learn C (19)
  • Program (18)
  • Series Pattern (17)
  • Numbers (16)
  • Recursion (11)
  • Star Patterns (10)
  • Aptitude (8)
  • Sorting Algorithms (6)
  • Algorithms (4)
  • Conversions (4)
  • Matrices (4)
  • Arrays & Strings (3)
  • Learn Ruby (3)
  • Networks (2)
  • RubyonRails (2)
  • C quiz (1)

Total Pageviews

Theme images by kelvinjay. Powered by Blogger.