cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A144546 A bisection of A028666.

Original entry on oeis.org

12, 11612160, 794088208701849600, 3575164027575627746190393606144000, 1055182047088717407398960909148529544369642384916480000, 20410164807073092317242309800149338693366138889849970301267088483593224192000000, 25872955740757748502626229629361173659982454517929458713719920139287952355803151825297413315474342543360000000
Offset: 0

Views

Author

N. J. A. Sloane, Dec 30 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := 4^(2*n+1) * Product[4^(2*n+1) - 4^k, {k, 0, 2*n}]; Array[a, 7, 0] (* Amiram Eldar, Jul 14 2025 *)
  • PARI
    a(n) = 4^(2*n+1) * prod(k = 0, 2*n, 4^(2*n+1) - 4^k); \\ Amiram Eldar, Jul 14 2025

Formula

From Amiram Eldar, Jul 14 2025: (Start)
a(n) = A028666(2*n+1).
a(n) ~ c * 16^(2*n^2+3*n+1), where c = A100221. (End)

Extensions

a(0) = 1 removed by Amiram Eldar, Jul 14 2025

A144547 A bisection of A028666.

Original entry on oeis.org

1, 2880, 758041804800, 13319336815141167562752000, 15354978274323252140217954794120612413440000, 1160183823755957350394353874696058298158177597536388268425216000000, 5744950321305805807513301436668994962443746225944514592041927656983526026246267317780480000000, 1864342934383580231084517260259192252139946430124547822192277172067265954040486594733297802503864086641393952539593932800000000
Offset: 0

Views

Author

N. J. A. Sloane, Dec 30 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := 16^n * Product[16^n - 4^k, {k, 0, 2*n-1}]; Array[a, 8, 0] (* Amiram Eldar, Jul 14 2025 *)
  • PARI
    a(n) = 16^n * prod(k = 0, 2*n-1, 16^n - 4^k); \\ Amiram Eldar, Jul 14 2025

Formula

From Amiram Eldar, Jul 14 2025: (Start)
a(n) = A028666(2*n).
a(n) ~ c * 16^(2*n^2+n), where c = A100221. (End)
Showing 1-2 of 2 results.