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!)
A075417 Squares of A002282: a(n) = (8*(10^n - 1)/9)^2. 9
0, 64, 7744, 788544, 78996544, 7901076544, 790121876544, 79012329876544, 7901234409876544, 790123455209876544, 79012345663209876544, 7901234567743209876544, 790123456788543209876544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A transformation of the Wonderful Demlo numbers (A002477).
LINKS
FORMULA
a(n) = A002282(n)^2 = (8 * A002275(n) )^2 = 64 * (A002275(n) )^2.
From Colin Barker, Jul 17 2019: (Start)
G.f.: 64*x*(1 + 10*x) / ((1 - x)*(1 - 10*x)*(1 - 100*x)).
a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3) for n>2.
a(n) = 64*(10^n-1)^2/81.
(End)
EXAMPLE
a(2) = 88^2 = 7744.
PROG
(PARI) concat(0, Vec(64*x*(1 + 10*x) / ((1 - x)*(1 - 10*x)*(1 - 100*x)) + O(x^20))) \\ Colin Barker, Jul 17 2019
CROSSREFS
Sequence in context: A264007 A319832 A063410 * A294083 A084004 A264016
KEYWORD
easy,nonn
AUTHOR
Michael Taylor (michael.taylor(AT)vf.vodafone.co.uk), Sep 14 2002
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 March 28 07:20 EDT 2024. Contains 371235 sequences. (Running on oeis4.)