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-5 of 5 results.

A197605 Floor( ( n + 1/n )^6 ).

Original entry on oeis.org

64, 244, 1371, 5892, 19770, 54992, 132810, 287700, 572042, 1061520, 1861242, 3112580, 5000730, 7762992, 11697770, 17174292, 24643050, 34646960, 47833242, 64966020, 86939642, 114792720, 149722890, 193102292, 246493770, 311667792, 390620090, 485590020
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^6): n in [1..40]]
    
  • Mathematica
    Table[Floor[(n + 1/n)^6], {n, 40}] (* T. D. Noe, Dec 27 2011 *)
    CoefficientList[Series[(64 - 204 x + 1007 x^2 - 821 x^3 + 1017 x^4 - 455 x^5 + 125 x^6 - 15 x^7 + 3 x^8 - x^9) / (1 - x)^7, {x, 0, 40}], x] (* Vincenzo Librandi, Dec 18 2014 *)
  • PARI
    a(n)=if(n>3,n^6+6*n^4+15*n^2+20,[64,244,1371][n]) \\ Charles R Greathouse IV, Dec 27 2011

Formula

For n > 3, a(n) = n^6 + 6n^4 + 15n^2 + 20. [Charles R Greathouse IV, Dec 27 2011]
G.f.: x*(64-204*x+1007*x^2-821*x^3+1017*x^4-455*x^5+125*x^6-15*x^7+3*x^8-x^9)/(1-x)^7. - Vincenzo Librandi, Dec 18 2014

A197708 a(n) = floor((n + 1/n)^7).

Original entry on oeis.org

128, 610, 4572, 25045, 102807, 339119, 948645, 2337564, 5211939, 10721353, 20642867, 37610342, 65394162, 109236388, 176246402, 275862066, 420381442, 625570111, 911349137, 1302568701, 1829872465, 2530657691, 3450136161, 4642500937, 6172204001, 8115349815
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^7): n in [1..40]];
    
  • Mathematica
    Table[Floor[(n + 1/n)^7], {n, 40}] (* T. D. Noe, Dec 27 2011 *)
  • PARI
    a(n)=floor((n+1/n)^7) \\ Charles R Greathouse IV, Dec 27 2011

Formula

For n > 35, a(n) = n^7 + 7*n^5 + 21*n^3 + 35*n. - Charles R Greathouse IV, Dec 27 2011
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8). - Wesley Ivan Hurt, Apr 17 2023

A197709 Floor((n+1/n)^8).

Original entry on oeis.org

256, 1525, 15241, 106441, 534597, 2091239, 6776036, 18992710, 47486563, 108285670, 228948163, 454458310, 855154435, 1537112038, 2655445795, 4431034438, 7171212835, 11295015910, 17363599363, 26116502470, 38514458563, 55789499110, 79503137635, 111613460038, 154551988195, 211311224038
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^8): n in [1..40]]

A197710 Floor((n+1/n)^9).

Original entry on oeis.org

512, 3814, 50805, 452376, 2779905, 12895977, 48400258, 154315775, 432655358, 1093685272, 2539243267, 5491371250, 11182788769, 21629362253, 40008716648, 71173490663, 122332454247, 203937787267, 330822261550, 523635874526, 810637651662, 1229904866745, 1832028823765, 2683373601749
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^9): n in [1..40]]
  • Mathematica
    Table[Floor[(n+1/n)^9],{n,30}] (* Harvey P. Dale, Aug 26 2022 *)

A197711 Floor((n+1/n)^10).

Original entry on oeis.org

1024, 9536, 169350, 1922601, 14455510, 79525193, 345716130, 1253815679, 3941971040, 11046221254, 28162516239, 66354069277, 146236468527, 304356025989, 602797997502, 1143224193788, 2086847748926, 3682210047876, 6303034667438, 10498899284252, 17061992477838, 27113811835076, 42216316373726, 64512773675388
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^10): n in [1..40]]
  • Mathematica
    Table[Floor[(n+1/n)^10],{n,30}] (* Harvey P. Dale, May 01 2013 *)
Showing 1-5 of 5 results.