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!)
A135315 a(n) = 8^n * 7^(n^2). 2
1, 56, 153664, 20661046784, 136122083613085696, 43944136529148801869643776, 695135330857032999706040305346412544, 538807794445443668301287736683760181725850763264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A130979 .
LINKS
FORMULA
a(n) = 8^n * 7^(n^2) = A001018(n) * A060759(n) .
MATHEMATICA
Table[8^n*7^(n^2), {n, 0, 10}] (* G. C. Greubel, Oct 09 2016 *)
PROG
(PARI) a(n)=8^n*7^(n^2) \\ Charles R Greathouse IV, Oct 09 2016
CROSSREFS
Sequence in context: A308390 A093256 A177325 * A135426 A028670 A278608
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Dec 05 2007
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 July 16 09:56 EDT 2024. Contains 374345 sequences. (Running on oeis4.)