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

A366488 a(n) = (n^11 - n)/11.

Original entry on oeis.org

0, 0, 186, 16104, 381300, 4438920, 32981550, 179756976, 780903144, 2852823600, 9090909090, 25937424600, 67546215516, 162923672184, 368142288150, 786341441760, 1599289640400, 3115626937056, 5842582734474, 10590023536200, 18618181818180, 31843409140200, 53119845582846, 86619068901264, 138334649379000, 216744162819600
Offset: 0

Views

Author

N. J. A. Sloane, Nov 13 2023

Keywords

Comments

If p is a prime, (n^p-n)/p is an integer by Fermat's Little Theorem. For p = 2, 3, 5, 7, ..., this gives A000217, A007290, A208536, A208537, this sequence, A366489, A366490, A366491.

Crossrefs

Programs

  • Mathematica
    A366488[n_]:=(n^11-n)/11;Array[A366488,30,0] (* Paolo Xausa, Nov 14 2023 *)
    LinearRecurrence[{12,-66,220,-495,792,-924,792,-495,220,-66,12,-1},{0,0,186,16104,381300,4438920,32981550,179756976,780903144,2852823600,9090909090,25937424600},30] (* Harvey P. Dale, Aug 03 2025 *)

Formula

a(n) == 0 (mod 6). - Hugo Pfoertner, Nov 14 2023

A366490 a(n) = (n^17 - n)/17.

Original entry on oeis.org

0, 0, 7710, 7596480, 1010580540, 44878791360, 995685849690, 13684147881600, 132458812569720, 981010688215680, 5882352941176470, 29732178147017280, 130506535690613940, 508847995257725760, 1793608631137129170, 5795654431511374080, 17361641481138401520
Offset: 0

Views

Author

N. J. A. Sloane, Nov 13 2023

Keywords

Comments

See A366488 for further information.

Crossrefs

Programs

Formula

a(n) == 0 (mod 30), with 30 = A110936(primepi(17)). - Hugo Pfoertner, Nov 14 2023

A366491 a(n) = (n^19 - n)/19.

Original entry on oeis.org

0, 0, 27594, 61171656, 14467258260, 1003867701480, 32071565263710, 599941851861744, 7585009898729256, 71097458824894320, 526315789473684210, 3218899497284976120, 16814736808980154044, 76943173177655058456, 314542313628890231430, 1166756747396368729440, 3976729669784964390480, 12582759772902701307744, 37275544492386193492506, 104127350297911241532840, 275941052631578947368420
Offset: 0

Views

Author

N. J. A. Sloane, Nov 13 2023

Keywords

Comments

See A366488 for further information.

Crossrefs

Programs

Formula

a(n) = 0 (mod 42), with 42 = A110936(primepi(19)). - Hugo Pfoertner, Nov 14 2023
Showing 1-3 of 3 results.