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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110623 Shadow of N (natural numbers), also of Champernowne's shadow. 1
1, 13, 16, 20, 25, 31, 38, 46, 55, 65, 76, 197, 511, 526, 687, 758, 839, 1759, 1761, 1883, 1906, 1930, 2182, 2244, 2316, 2398, 3328, 3641, 3874, 3908, 3943, 3979, 4016, 4399, 5339, 5380, 5422, 5465, 5509, 5554, 6018, 6092, 6176, 7126, 7177, 7229, 7282, 7336 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

First differences are N's shadow. Never twice the same integer in sequence or first differences (except the starting "1").

EXAMPLE

The first line hereunder is the sequence, the second line gives the first differences:

1..13.16.20.25.31.38.46.55..65..76...197..228..269..311 ...

.12..3..4..5..6..7..8..9..10..11..121...31...41...51... <-- N's shadow

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Block[{c = Flatten[ IntegerDigits /@ Range[150]], k = 1, t = Table[a[i], {i, n - 1}]}, d = Drop[t, 1] - Drop[t, -1]; b = Drop[c, Length[ Flatten[ IntegerDigits /@ d]]]; e = Union[ Join[t, d]]; While[f = FromDigits[ Take[b, k]]; Position[e, f] != {} || b[[k + 1]] == 0, k++ ]; f + a[n - 1]]; Table[ a[n], {n, 48}] (* Robert G. Wilson v *)

CROSSREFS

Cf. A007376, A000027, A033307.

Sequence in context: A064805 A179202 A159975 * A163674 A132947 A205876

Adjacent sequences:  A110620 A110621 A110622 * A110624 A110625 A110626

KEYWORD

base,easy,nonn,uned

AUTHOR

Alexandre Wajnberg (alexandre.wajnberg(AT)skynet.be) & Eric Angelini (eric.angelini(AT)kntv.be), Sep 14 2005

EXTENSIONS

Corrected and extended by Robert G. Wilson v (rgwv(at)rgwv.com), Oct 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 13:09 EST 2012. Contains 205789 sequences.