login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108496 a(n) = (n^43 - n)/42. 3
0, 0, 209430786243, 7815642080822311372, 1842172677508006361457030, 27068294695622864223661876860, 68747114771196346634599779308105, 51995580380757061883555053636996008 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also integer sequences for (n^2-n)/1 (A002378 offset), (n^3-n)/2 (A027480 offset), (n^7-n)/6 (A108495) and (n^1807-n)/1806.
LINKS
FORMULA
a(n) = (n-1)*A108048(n).
EXAMPLE
a(2) = (2^43 - 2)/42 = 8796093022206/42 = 209430786243.
MATHEMATICA
Table[(n^43-n)/42, {n, 0, 10}] (* Harvey P. Dale, Jan 31 2022 *)
PROG
(Magma) [(n^43-n)/42: n in [0..20]]; // Vincenzo Librandi, May 02 2011
CROSSREFS
Sequence in context: A144173 A127343 A108048 * A185430 A221263 A172614
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jun 06 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)