Elektrine lite

← Feed

@Bubs@lemmy.zip

Post #2782450

2026-01-13 07:17 UTC

For someone who sucks at math, would you be able to give a TL;DR on what a geometric sequence is?

Replies (2)

  • @jackr@lemmy.dbzer0.com 2026-01-13 07:32

    A geometric sequence is a sequence (that is an ordered list of numbers, usually following some pattern). The nth number in this sequence (a_n) can be generated by multiplying the base a by r^n, so a_2 would be a*r^2. Hope that makes it clear!

    Open ##2782453

  • Each value in a geometric sequence is found by multiplying the previous value by a constant. e.g. 1,2,4,8,16,32,... with r = 2 and N1 = 1

    Open ##2782454