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!)
A251723 First differences of A054272, A250473 and A250474: a(n) = A054272(n+1) - A054272(n). 8
1, 4, 5, 14, 8, 21, 10, 26, 46, 15, 56, 43, 19, 45, 79, 77, 31, 89, 65, 29, 105, 74, 113, 162, 88, 41, 86, 41, 99, 353, 98, 164, 48, 298, 57, 181, 185, 127, 197, 194, 75, 355, 76, 143, 74, 462, 478, 167, 81, 165, 269, 89, 437, 274, 273, 291, 90, 291, 198, 98, 511, 734, 219, 106, 214, 783, 340, 578, 124, 240, 362, 488, 380, 379, 251, 393, 529, 261, 530, 669, 150, 708, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A054272(n+1) - A054272(n).
a(n) = A256447(n) + A256448(n). [Cf. also A256449.]
PROG
(Scheme, two variants)
(define (A251723 n) (- (A054272 (+ n 1)) (A054272 n)))
(define (A251723 n) (- (A250474 (+ n 1)) (A250474 n)))
CROSSREFS
One less than A050216, the first differences of A000879.
Sequence in context: A249394 A295278 A029663 * A082312 A239615 A195747
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 15 2014
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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)