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!)
A015501 a(0)=1, a(1)=12, a(n) = sum_{k=0}^{k=n-1} 12^k a(k). 0
1, 12, 145, 21025, 36352225, 753836089825, 187579295739424225, 560108963388484644486625, 20069717395324174580677650054625, 8629611143951908451324039380459800198625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (12^(n-2) + 1) * a(n-1). - Vincenzo Librandi, Nov 11 2012
PROG
(Magma) I:=[1, 12, 145]; [n le 3 select I[n] else (12^(n-2)+1)*Self(n-1): n in [1..15]]; // Vincenzo Librandi, Nov 11 2012
CROSSREFS
Sequence in context: A041061 A174227 A041266 * A039493 A196454 A329013
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 May 6 18:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)