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!)
A013750 a(n) = 12^(3*n + 1). 2
12, 20736, 35831808, 61917364224, 106993205379072, 184884258895036416, 319479999370622926848, 552061438912436417593344, 953962166440690129601298432, 1648446623609512543951043690496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1728*a(n-1); a(0)=12.
G.f.: 12/(1-1728*x).
a(n) = A013751(n)/12. (End)
PROG
(Magma) [12^(3*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 27 2011
(PARI) a(n)=12^(3*n+1) \\ Charles R Greathouse IV, Jun 27 2011
CROSSREFS
Subsequence of A001021.
Sequence in context: A175882 A216874 A012736 * A127395 A076807 A308139
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)