The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A075416 Squares of A002281. 9
0, 49, 5929, 603729, 60481729, 6049261729, 604937061729, 60493815061729, 6049382595061729, 604938270395061729, 60493827148395061729, 6049382715928395061729, 604938271603728395061729 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A transformation of the Wonderful Demlo numbers (A002477).
LINKS
FORMULA
a(n) = A002281(n)^2 = (7 * A002275(n) )^2 = 49 * (A002275(n) )^2.
From Colin Barker, Jul 17 2019: (Start)
G.f.: 49*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) = 49*(10^n-1)^2/81.
(End)
EXAMPLE
a(2) = 77^2 = 5929.
PROG
(PARI) concat(0, Vec(49*x*(1 + 10*x) / ((1 - x)*(1 - 10*x)*(1 - 100*x)) + O(x^20))) \\ Colin Barker, Jul 17 2019
CROSSREFS
Sequence in context: A243944 A144928 A053772 * A127861 A130416 A006692
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 May 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)