26285
domain: N
Appears in sequences
- Expansion of sum ( q^n / product( 1-q^k, k=1..3*n), n=0..inf ).at n=33A035295
- a(n) = floor(3^n / n^3).at n=16A062278
- Output of the linear congruential pseudo-random number generator rand() used in Microsoft's Visual C++.at n=18A096558
- Numbers k such that 2^k + 11 is prime.at n=23A102633
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + n*b(n-1), where a(0) = 1, a(1) = 4, b(0) = 2, b(1) = 3, and (a(n)) and (b(n)) are increasing complementary sequences.at n=15A296290