0% found this document useful (0 votes)
31 views2 pages

Práctico de Series: Ing. Sharon Aliaga H. - Programación I Página 1

This document contains 29 problems involving calculating sums of terms in numeric series. The series include patterns of increasing or decreasing numbers, powers of numbers, factorials, and Fibonacci sequences. Many problems involve calculating the sum of the first n terms of a given series.

Uploaded by

Daniel Vespa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Práctico de Series: Ing. Sharon Aliaga H. - Programación I Página 1

This document contains 29 problems involving calculating sums of terms in numeric series. The series include patterns of increasing or decreasing numbers, powers of numbers, factorials, and Fibonacci sequences. Many problems involve calculating the sum of the first n terms of a given series.

Uploaded by

Daniel Vespa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Práctico de Series

1. 1, 2, 4, 5, 7, 8, 10,11,…..
2. 1, 4, 9, 16, 25, 36,….
3. 1, 2, 3, 4, 3, 2, 1, 2, 3, 4, 3, 2, 1, 2,….
4. 0, 1, 1, 2, 4, 7, 13, 24, 44,….
5. 1, 2, 3, 4, 5, 8, 7, 16, 9,….
6. 0, 1, 1, 1, 2, 2, 4, 8, 12, 96, …
7. 0, 1, 2, 1, 2, 4, 3, 4, 8, 7, 8, 16, 15,….
8. 1,3,1,5,1,7,1,9……………
9. 1,2,4,7,11,16,………………..
10. 0,2,6,12,20,30,…………………….
11. 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5,…………….
12. 0,2,3,-1,4,6,-2,6,9,-3,8,12,……………….
13. 1, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, ….
14. 1 , 2, 4 , 8 , 16 , 32 , 64 , 128 , ….
1 2! 3! 4! 5! 6! 7! 8!
15. 1 , 2, 3 , 8 , 5 , 32 , 7 , 128 , ….
1 2 4 4 16 6 64 8
16.Calcular la sumatoria de la siguiente serie:
S = 1 + 1 +1 + 1 + 1 + ..................... + 1
2 3 4 5 n
17. Serie de Fibonacci: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55,.............................
18. 1, 20, 3, 18, 5, 16, 7, 14, 9, 12, 11, 10, 13, 8, 15, 6, 17, 4, 19, 2, 21, 0.
19. 1, 2, 4, 8, 16, 32, 64, 128,...........................................n2
20. 1, 2, 3, 4, 5, 5, 4, 3, 2, 1, 1, 2, 3, 4, 4, 3, 2, 1, 1, 2, 3, 3, 2, 1, 1, 2, 2, 1, 1, 1
21. -1, 1,-2, 3, -5, 8, -13, 21, -34, 55,........................................................
22. 1, 3, 6, 8, 16, 18, 36,.........................................................n
23. 1, 3, 2,6,4,9,12, 12, 48,.....................................................n
24. 10, 100, 1000, 10000, 100000,............................................n
25. 1, -3, +9, -13, +25, -31,.....................................................n
26. 1, 1, 2, 1, 2, 3, 1, 2, 3, 4,....................................................n
27. Hallar la sumatoria de los N primeros términos de la siguiente serie: D =
1*3+3*5+5*7+7*9+9*11+..........

Ing. Sharon Aliaga H. – Programación I Página 1


28. Calcular la sumatoria de la siguiente serie:

X X2 X3 X4 X5
ST= + + + +
1 3 5 7 9

29. Calcular la sumatoria de la siguiente serie:

2 4 6 8 10
ST= + + + +
3 3 3 3
3 5 7 9 113

Ing. Sharon Aliaga H. – Programación I Página 2

You might also like