Computer Science, asked by dlord9782, 28 days ago

Write a program to print all the terms of the Pell Series series from 1 to 100. Indicating for each

term whether it is prime or composite.{Pell Series: 1 2 5 12 29……]
Use Java

Answers

Answered by ravvindrachandak28
1

Answer:

In mathematics, the Pell numbers are an infinite sequence of integers. The sequence of Pell numbers starts with 0 and 1, and then each Pell number is the sum of twice the previous Pell number and the Pell number before that.:

thus, 70 is the companion to 29, and 70 = 2 × 29 + 12 = 58 + 12.

The first few terms of the sequence are :

0, 1, 2, 5, 12, 29, 70, 169, 408, 985, 2378, 5741, 13860,…

Explanation:

hope it helps you

mark me as brainliest

Answered by roy142210
0

Answer:

0 1 2 5 12 29 70

Explanation:

pale series

Similar questions