[go: up one dir, main page]

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!)
A015508 revision #5

A015508 a(1)=1, a(n) = sum_{k=1}^{k=n-1} (7^k-1)/6 a(k). 10
1, 1, 9, 522, 209322, 586520244, 11501075464596, 1578614616119517768, 1516734501782248791012168, 10200952598655696033329019125136, 480252779391204632593567857157274897424, 158269444415262012661462389451687149577571916192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = ((7^(n-1) + 5)/6) * a(n-1). - Vincenzo Librandi, Nov 12 2012
PROG
(MAGMA) I:=[1, 1, 9]; [n le 3 select I[n] else ((7^(n-1) + 5)/6) * Self(n-1): n in [1..15]]; // Vincenzo Librandi, Nov 12 2012
CROSSREFS
Sequence in context: A281443 A367446 A003398 * A281800 A266889 A054608
KEYWORD
nonn,easy
AUTHOR
STATUS
editing

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 August 30 21:20 EDT 2024. Contains 375548 sequences. (Running on oeis4.)