login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105814 n^2 + (n concatenated with n). 0
12, 26, 42, 60, 80, 102, 126, 152, 180, 1110, 1232, 1356, 1482, 1610, 1740, 1872, 2006, 2142, 2280, 2420, 2562, 2706, 2852, 3000, 3150, 3302, 3456, 3612, 3770, 3930, 4092, 4256, 4422, 4590, 4760, 4932, 5106, 5282, 5460, 5640, 5822, 6006, 6192, 6380, 6570 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

(1)+(11)=12 (4)+(22)=26 (9)+(33)=42 (16)+(44)=60 ... (100)+(1010)=1110.

MATHEMATICA

f[n_] := Block[{id = IntegerDigits[n]}, n^2 + FromDigits[ Join[id, id]]]; Table[ f[n], {n, 45}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), May 10 2005)

CROSSREFS

Sequence in context: A054303 A184826 A119412 * A030736 A003346 A047723

Adjacent sequences:  A105811 A105812 A105813 * A105815 A105816 A105817

KEYWORD

base,easy,nonn

AUTHOR

Eric Angelini (eric.angelini(AT)kntv.be), May 05 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 10 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:26 EST 2012. Contains 205852 sequences.