24582
domain: N
Appears in sequences
- Base-8 palindromes that start with 6.at n=18A043026
- Numbers n such that 87*2^n-1 is prime.at n=37A050569
- Positions of the records in A089294. First integer requiring a larger prime in its representation by (signed) sums of squares of distinct primes than all preceding integers.at n=12A089295
- Triangle read by rows, formed from product of Aitken's (or Bell's) triangle (A011971) and Pascal's triangle (A007318).at n=23A095675
- Numbers k such that 13*k = A048720(29,k), where A048720 is carryless base-2 multiplication.at n=45A115805
- A two level sequence: v(n)=2*(If[n == 0, 0, 2^(n - 1)] + 2); a(n)=If[n == 0, 6, (v[n] + v[n - 1] - 2)].at n=14A146529
- a(n) = 3*a(n-1) - 2*a(n-2), with a(1) = 9, a(2) = 12.at n=13A153973
- a(n) = 7^n+6^n-1.at n=5A155645
- Row sums of A163334 and A163336.at n=29A163342
- 1/4 the number of (n+1) X 6 0..2 arrays with every 2 X 2 subblock having distinct clockwise edge differences.at n=27A209724
- Number of length n+3 0..5 arrays with no pair in any consecutive four terms totalling exactly 5.at n=3A246476
- T(n,k)=Number of length n+3 0..k arrays with no pair in any consecutive four terms totalling exactly k.at n=31A246479
- Number of length 4+3 0..n arrays with no pair in any consecutive four terms totalling exactly n.at n=4A246483
- Expansion of Product_{k>=1} (1 + x^(k*(k+1)/2))^(k*(k+1)/2).at n=42A298850
- Triangle T(n,k), n>=1, 0 <= k <= A002620(n-1), read by rows, where T(n,k) is the number of self-avoiding paths of length 2*(n+k) along the edges of a grid with n X n square cells, which do not pass above the diagonal, start at the lower left corner and finish at the upper right corner.at n=23A340043