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!)
A016786 a(n) = (3*n+1)^10. 4
1, 1048576, 282475249, 10000000000, 137858491849, 1099511627776, 6131066257801, 26559922791424, 95367431640625, 296196766695424, 819628286980801, 2064377754059776, 4808584372417849, 10485760000000000, 21611482313284249, 42420747482776576, 79792266297612001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
a(n) = A008454(A016777(n)). - Michel Marcus, Jun 15 2016
Sum_{n>=0} 1/a(n) = PolyGamma(9, 1/3)/21427701120. - Amiram Eldar, Mar 29 2022
MATHEMATICA
Table[(3n+1)^10, {n, 0, 100}] (* Mohammad K. Azarian, Jun 15 2016 *)
LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {1, 1048576, 282475249, 10000000000, 137858491849, 1099511627776, 6131066257801, 26559922791424, 95367431640625, 296196766695424, 819628286980801}, 20] (* Harvey P. Dale, May 14 2019 *)
PROG
(Magma) [(3*n+1)^10: n in [0..20]]; // Vincenzo Librandi, Sep 29 2011
CROSSREFS
Sequence in context: A223696 A069281 A224804 * A016810 A016906 A017704
KEYWORD
nonn,easy
AUTHOR
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 20 03:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)